FilamentF
Filament3y ago
Meta

Notification Bell and Doesn't Show

Why the notification bell doesn't show?

here's all i have done in my code

config
'database' => [
        'enabled' => true,
        'trigger' => 'vendor/filament/components/layouts/app/topbar/database-notifications-trigger.blade',
        'polling_interval' => '5s',
    ],


i have follow and install all dependencies like

"filament/notifications": "^2.0",


and all javascript dependencies, what am i missing?
Was this page helpful?