haiaouang / pusher by haiaouang

The Hht Pusher package.
198
1
2
Package Data
Maintainer Username: haiaouang
Maintainer Contact: h280338871@126.com (HaitaoHuang)
Package Create Date: 2017-08-17
Package Last Update: 2017-08-18
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:09:26
Package Statistics
Total Downloads: 198
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

pusher

Latest Stable Version License

推送管理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