Web Push Notifications
How do i send the Web Push Notifications in Filamentphp v2
I want to send the notifications to the users browser . I can't find anywhere to read about it or how can we do it.
Any help is appreciated.
6 Replies
When you say Web Push Notifications do you mean this kind?
Those that pop up when you save a model and others?
No not this one..but the ones we can send to users when they allow Notifications in their browser.
The one provided by the library like push.js
you need to find a service that does it and send it using it
You can find some her https://laravel-notification-channels.com/
Laravel Notification Channels
A collection of custom drivers for Laravel 5.5+, 6.x & 7.x
and use notifications to send message
it's nothing different that you would do using only laravel withouth filament or livewire