FilamentF
Filament11mo ago
Fatboii

Web push notifications

My client asked about adding web push notifications in the admin panel (so only on a specific subdomain and for logged in users). But after doing some research I haven't found much help on this in FilamentPHP.

I've implemented database notifications in Filament and they work. Now I want to add a web push notification when a database notification is added.

I tried doing this adding a livewire component in the renderHook then listening to wire events but with no luck.

If someone knows a bit more about livewire and using events inside of Filament that would be great.

Is the only option to use something like Echo or Pusher and I have to run another process on the server?
Was this page helpful?