FilamentF
Filament3y ago
kbb

Sending database notifications not showing in table

I can't get database notifications to work in my filament panel after following the steps of doing a migration and adding ->databaseNotifications() in my admin panel.

User::find(4)->notify(\Filament\Notifications\Notification::make()->title('Saved successfully')->toDatabase()); also does not create any records in notifications table.. what am i missing?
Was this page helpful?