Filament database notifications not loaded

I am creating small app where used both Laravel breeze and filament. For manage login i used guards web and admin. Breeze side did custom code to display notifications but filament side notifications not loaded.
Screenshot_2025-07-15_at_7.10.57_AM.png
Solution
in production you need something called Supervisor, then create config to make the artisan queue:work to run in the background, so you can safely leave the terminal without ever running artisan queue:work anymore
Was this page helpful?