Notification not being send by reverb`
Hey so i have do it as follow
To send my notification i do it like this
i have already check the user is a good one
i use the same code as the doc to create and send a notification
and then i also started the reverb like this
but i still need to reload to see the notification do you know why did i do something bad ?
composer require filament/notifications:"^3.2" -Wphp artisan filament:install --notificationsTo send my notification i do it like this
i have already check the user is a good one
php artisan make:notifications-table to create the tablei use the same code as the doc to create and send a notification
and then i also started the reverb like this
php artisan reverb:start --debubbut i still need to reload to see the notification do you know why did i do something bad ?