@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.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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);
Please or to participate in this conversation.