ellisthedev/laravel-mixpanel
最新稳定版本:1.0.1
Composer 安装命令:
composer require ellisthedev/laravel-mixpanel
包简介
Mixpanel Laravel 5.1 Provider
README 文档
README
Installation
Step 1: Composer
Require this package with Composer using the following command:
composer require ellisthedev/laravel-mixpanel
Step 2: Configuration
Add the following to your config/app.php in the providers array:
EllisTheDev\Mixpanel\Providers\MixpanelServiceProvider::class
You can also optionally add the following to the aliases array:
'LaravelMixpanel' => EllisTheDev\Mixpanel\Facades\MixpanelFacade::class,
Usage
Add the following to your config/services.php file:
'mixpanel' => [ 'token' => '', // Your Mixpanel API Token ],
Refer to the Mixpanel Documentation for API usage.
License
统计信息
- 总下载量: 3.1k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-10