19/07
2018
using the serve of serverChan to notify you
See Serveré ±, (*1)
Create a Laravel 5.5 project: composer create-project laravel/laravel myproject dev-develop
, (*2)
cd myproject
, (*3)
Add dependency: composer require sevenshi/serverchan
, (*4)
Copy configuration: php artisan vendor:publish
, (*5)
set the SCKEY you get from the serverchan on the .env SCKEY=SCU17044T7eafa406fxxxxxxxxxx
, (*6)
Now you are ready to use the Seven Facade, e.g. open routes/web.php:, (*7)
``` PHP <?php, (*8)
$reponse = Seven::setTitle('hi')->setMessage('hello world')->push();, (*9)
- send message to who subscribe your channel the channel comes from the [PushBear](http://pushbear.ftqq.com/admin/#/),and channel key comes from the channel you create ``` PHP <?php $response = Seven::setTitle('hi')->setMessage('hello every body')->setChannel('4794-e28b9dae54e86365773xxx')->pushbear();
if the request is ok,it will response these data below:, (*10)
push:, (*11)
- success {"errno":0,"errmsg":"success","dataset":"done"}
pushbear:, (*12)
- {"code":0,"message":"","data":"1\u6761\u6d88\u606f\u5df2\u6210\u529f\u63a8\u9001\u5230\u53d1\u9001\u961f\u5217","created":"2018-07-18 14:43:05"}