Notification not being send by reverb`
Hey so i have do it as follow
composer require filament/notifications:"^3.2" -W
php artisan filament:install --notifications
To 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 table
i 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 --debub
but i still need to reload to see the notification do you know why did i do something bad ?3 Replies
everything is working for the notification but i don't get it in real time it save on db, show in the menu etc but not in real time
Any solutions
@Asmit Nepali did you delete the already here channels in
channels.php
it was so the problem for me but the problem is it only works on dev not in production