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
did you setup a real-time serve like pusher or reverb?
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
Laravel Daily
Configure Laravel Reverb in Filament Broadcasting
probably need to run: php artisan queue:work