F
Filament12mo ago
Priyank

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