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