如何使用 firebase 进行实时通知 laravel?

How make real time notification laravel with firebase?

我创建了 laravel 关于医院的网站 我想在医生上传文件治疗时通知用户 我不想使用推送器,因为现在对我来说很贵..所以用 firebase 的任何方式都是如果现在有视频或文章逐步向我展示以及上传时如何连接图标,用户会收到通知,那就更好了

您可以使用 Laravel 中的通知,这里是详细信息的文档:https://laravel.com/docs/7.x/notifications

我不确定您想使用哪个通知渠道,默认情况下不支持 Firebase 云消息传递,但有一个第三方软件包:https://github.com/laravel-notification-channels/fcm

您可以在这里找到很多自定义通知渠道:https://laravel-notification-channels.com/