Database Notification does not work
When I import/export data, I got Notification as seen in pictures. However, when clicking the database notification, there is nothing listed in there. I checked on notifications table, there are records, but why it is not listed in the slide side bar .




2 Replies
php artisan queue:work
?as @LeandroFerreira mentioned you have to run your worker (search how to run on a server for production)
in case you are using real-time server like pusher or reverb instead of DB pooling make sure they are running, e.g
php artisan reverb:start