【发布时间】:2020-08-22 10:29:18
【问题描述】:
我们如何从 laravel 的后端向 Angular 的前端发送实时通知。我们正在关注此链接 https://medium.com/@sagarmaheshwary31/push-notifications-with-laravel-and-webpush-446884265aaa
【问题讨论】:
我们如何从 laravel 的后端向 Angular 的前端发送实时通知。我们正在关注此链接 https://medium.com/@sagarmaheshwary31/push-notifications-with-laravel-and-webpush-446884265aaa
【问题讨论】:
尝试laravel-websockets 支持:
https://github.com/beyondcode/laravel-websockets
还有 Laravel Echo 用于 js:
https://laravel.com/docs/7.x/broadcasting#installing-laravel-echo
如果您决定使用它们,我可以帮助您进行配置。
【讨论】: