Notifications not showing on a normal (outside of dashboard page)
I'm propably missing something, but i can't find anything in the docs i need to add, can someone help me?
6 Replies
Did you follow all the steps on this page? Specifically the layout setup:
https://filamentphp.com/docs/3.x/notifications/installation#configuring-your-layout
Yes, this is what my layout looks like:
try adding
@livewire(Filament\Livewire\Notifications::class)
to your layout. The docs might need to be updated.yep that did the trick, docs need to be updated
or it did
for like a second lol
Flare
Unable to find component: [filament.livewire.notifications] - The error occurred at http://localhost:8000
now i'm gettign this error
it works sometimes, interesting lol