lixin d41fba2f76 first commit | лет назад: 5 | |
---|---|---|
config | лет назад: 5 | |
src | лет назад: 5 | |
.gitignore | лет назад: 5 | |
README.md | лет назад: 5 | |
composer.json | лет назад: 5 |
引入此组件调用公共推送服务
加入配置
"repositories": [
{
"type": "vcs",
"url": "http://team.pocketuniversity.cn/Pocket_BE/pusher-plugin.git"
}
]
调用服务
use Pusher\Jobs\RegisterEventJob;
dispatch(new RegisterEventJob($eventId, $payload));