© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y 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()
->databaseNotifications()
in my admin panel.

User::find(4)->notify(\Filament\Notifications\Notification::make()->title('Saved successfully')->toDatabase());
User::find(4)->notify(\Filament\Notifications\Notification::make()->title('Saved successfully')->toDatabase());
also does not create any records in
notifications
notifications
table.. what am i missing?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Database notifications not showing in panel
FilamentFFilament / ❓┊help
2y ago
Database Notifications not saving in table
FilamentFFilament / ❓┊help
2y ago
Notifications not showing
FilamentFFilament / ❓┊help
3y ago
Notifications not showing up.
FilamentFFilament / ❓┊help
3y ago