Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Karim_Taha's avatar

Filament Database Notifications

I installed database notifications in filament 3 and it is working, but I need to run the command (php artisan queue:listen), how do I send the notifications without running the command?

Notification::make() ->title($title) ->body($message) ->sendToDatabase($club);

0 likes
2 replies
tisuchi's avatar

@karim_taha Are you referring to the local environment?

... how do I send the notifications without running the command?

Why do you want to do that? Is there any particular reason? This is one of the easy and consistent ways.

Karim_Taha's avatar

@tisuchi Actually I am referring to the production. I want to do that so the notification be sent automatically when specific things happen in the application like the customer rating

Please or to participate in this conversation.