© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
TheRealTeeHill

Database Notifications not saving in table

My database notification that I want to make at the end of a console command is not saving, any ideas?

use Filament\Notifications\Notification;

// ...

Notification::make()
  ->title("New calls: $newCalls")
  ->sendToDatabase(User::find(1));
use Filament\Notifications\Notification;

// ...

Notification::make()
  ->title("New calls: $newCalls")
  ->sendToDatabase(User::find(1));
Solution
Ignore me, I didnt have
php artisan queue:work
php artisan queue:work
running
Jump to solution
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

Sending database notifications not showing in table
FilamentFFilament / ❓┊help
3y ago
Database notifications not showing in panel
FilamentFFilament / ❓┊help
2y ago
Database notifications not working
FilamentFFilament / ❓┊help
2y ago
Database Notifications Not Working
FilamentFFilament / ❓┊help
2y ago