squareboat/mixtracker

MixPanel events tracker for laravel app

v1.0.3 2017-09-05 09:17 UTC

This package is auto-updated.

Last update: 2024-04-04 15:22:08 UTC


README

Install

Install via composer

$ composer require squareboat/mixtracker

Configure Laravel

Once installation operation is complete, simply add both the service provider and facade classes to your project's config/app.php file:

Service Provider

SquareBoat\Mixtracker\MixtrackerServiceProvider::class,

Facade

'Mixtracker' => SquareBoat\Mixtracker\Facades\Mixtracker::class,