LaravelPackages.net
Acme Inc.
Toggle sidebar
haiaouang/pusher

The Hht Pusher package.

204
1
1.0.3
About haiaouang/pusher

haiaouang/pusher is a Laravel package for the hht pusher package.. It currently has 1 GitHub stars and 204 downloads on Packagist (latest version 1.0.3). Install it with composer require haiaouang/pusher. Discover more Laravel packages by haiaouang or browse all Laravel packages to compare alternatives.

Last updated

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
Comments