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.
No description
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
Jump to solution
6 Replies
Mafdet
Mafdet3mo ago
did you run php artisan queue:work on the terminal?
Ikwinder
IkwinderOP3mo ago
no i want to load from database directly for see user events. Could you please help me not working. Hi @Mafdet
Ikwinder
IkwinderOP3mo ago
Can it work without queue? Its working if queue running. and its not working which notification created in laravel notification because type is totally change.
Solution
Mafdet
Mafdet3mo ago
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
Ikwinder
IkwinderOP3mo ago
Thanks mate

Did you find this page helpful?