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