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