DatabaseNotifications

i added ->databaseNotifications() in my panel provider and for user added notifiable, and having data in notifications for that user but in bell notifications that not displaying, can help me
3 Replies
Mohamed Ayaou
Mohamed Ayaou4d ago
did you setup a real-time serve like pusher or reverb?
Mohamed Ayaou
Mohamed Ayaou4d ago
filament comes with some settings for Pusher, but reverb is now the laravel official package for that. a guid to set it up: https://laraveldaily.com/post/configure-laravel-reverb-filament-broadcasting
toeknee
toeknee2d ago
probably need to run: php artisan queue:work

Did you find this page helpful?