Looking to hire Laravel developers? Try LaraJobs

bearychat-laravel maintained by lvqingan

Description
BearyChat Notifer for Laravel
Author
Last update
2016/05/30 11:59 (dev-master)
License
Links
Downloads
26

Comments
comments powered by Disqus

bearychat-laravel

bearychat notifer for Laravel

composer require lvqingan/bearychat-laravel dev-master

add service provider to config/app.php

Lvqingan\BearychatLaravel\BearychatLaravelServiceProvider::class,

add facade

'BearyChat' => Lvqingan\BearychatLaravel\Facade\BearyChat::class,

php artisan vendor:publis --tag=bearychat

put the hook url to config/bearychat.php

BearyChat::sendMessage('title', 'text');