© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
StanProg

v3 notifications trigger

In v2 we had config/notifications.php ['database']['trigger'] = 'notifications.database-notifications-trigger'. What is the alternative for that in v3? I'm trying to migrate our App from v2 to v3.
Solution
Add ...

DatabaseNotifications::trigger('filament-notifications.database-notifications-trigger');
DatabaseNotifications::trigger('filament-notifications.database-notifications-trigger');


... to a service provider, as per the Database Notifications documentation.

At the risk of sounding like a smartass, I'd suggest reading the v3 documentation if you are migrating to v3. 🙂

https://filamentphp.com/docs/3.x/notifications/database-notifications#overview
Database notifications - Notifications - Filament
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

V3 Notifications Js error
FilamentFFilament / ❓┊help
3y ago
Database Notifications trigger button not rendered
FilamentFFilament / ❓┊help
3y ago
[V3] Removing upload from FileUpload does not trigger `afterStateUpdated`
FilamentFFilament / ❓┊help
3y ago
notifications
FilamentFFilament / ❓┊help
16mo ago