© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2mo ago•
4 replies
abanghendri

Notification not being sent

✅ Solved4️⃣v4
Hi I create really simple test because my notification inside action not being sent by vilament
protected function getHeaderActions(): array
{
return [
Action::make('test notif')
->label('Test Notification')
->action(function () {
Notification::make()
->title('This is a test notification')
->body('Notifications are working correctly!')
->success()
->send();
}),
];
}

this is works on my fresh install filament v4, but not work on my another project that also use fresh install
"require": {
"php": "^8.2",
"filament/filament": "^4.0",
"laravel/framework": "^12.0",
},

but previously I install custom theme because I want to install filament tree view, but another bult-in action such as edit/create still send notification, just custom notification

any help will be appreciated
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

Notification sent twice
FilamentFFilament / ❓┊help
9mo ago
Database Notification not being created
FilamentFFilament / ❓┊help
3y ago
Notification not being send by reverb`
FilamentFFilament / ❓┊help
17mo ago
Notification icon colour not being set
FilamentFFilament / ❓┊help
3y ago