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
Pieter
Pieter2y ago
When you say Web Push Notifications do you mean this kind?
Pieter
Pieter2y ago
Those that pop up when you save a model and others?
Priyank
PriyankOP2y ago
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
krekas
krekas2y ago
you need to find a service that does it and send it using it
krekas
krekas2y ago
Laravel Notification Channels
A collection of custom drivers for Laravel 5.5+, 6.x & 7.x
krekas
krekas2y ago
and use notifications to send message it's nothing different that you would do using only laravel withouth filament or livewire

Did you find this page helpful?