feat: notification on filament dashboard

This commit is contained in:
2026-05-22 12:15:23 +02:00
parent 1c472e46db
commit 071d147888
9 changed files with 121 additions and 85 deletions
@@ -33,6 +33,7 @@ class DashboardPanelProvider extends PanelProvider
->path('dashboard')
->viteTheme('resources/css/filament/dashboard/theme.css')
->login()
->databaseNotifications()
->colors([
'primary' => Color::Amber,
])