@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.
Summer Sale! All accounts are 50% off this week.
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.