PHPackages                             hydrarulz/laravel-mixpanel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hydrarulz/laravel-mixpanel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hydrarulz/laravel-mixpanel
==========================

Bundle mixpanel for Laravel 5

0358PHP

Since Jun 15Pushed 10y ago3 watchersCompare

[ Source](https://github.com/ElasticOrange/LaravelMixpanel)[ Packagist](https://packagist.org/packages/hydrarulz/laravel-mixpanel)[ RSS](/packages/hydrarulz-laravel-mixpanel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-mixpanel
================

[](#laravel-mixpanel)

Install it with

```
composer require "hydrarulz/laravel-mixpanel:dev-master"

```

Add the service provider at the end of the `providers` array in file `config/app.php`:

```
'Hydrarulz\LaravelMixpanel\LaravelMixpanelServiceProvider',
```

The service provider will register an interface, but you should also register the alias at the end of the `aliases` array:

```
'LaravelMixpanel' => 'Hydrarulz\LaravelMixpanel\Facades\LaravelMixpanel',
```

Then the you should publish the config file with `php artisan vendor:publish`This creates your config file `/config/laravel-mixpanel.php` that looks like this:

```
