haiaouang/pusher
Composer 安装命令:
composer require haiaouang/pusher
包简介
The Hht Pusher package.
README 文档
README
推送管理laravel包开发,用于管理多个推送第三方驱动
安装
在你的终端运行以下命令
composer require haiaouang/pusher
或者在composer.json中添加
"haiaouang/pusher": "1.0.*"
然后在你的终端运行以下命令
composer update
在配置文件中添加 config/app.php
'providers' => [ /** * 添加供应商 */ Hht\Pusher\PusherServiceProvider::class, ],
依赖包
- haiaouang/support : https://github.com/haiaouang/support
- haiaouang/mipush : https://github.com/haiaouang/mipush
统计信息
- 总下载量: 204
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-08-18