Adding `@livewire('notifications')` is not shown in the docs
I just tried to install filament notifications package but the notifications weren't showing up. I checked my other project that uses Notifications and I saw
@livewire('notifications')
in the base layout. After adding that, everything works as expected.
I don't see this in the docs mentioned. Was this supposed to work without @livewire('notifications')
? π€Solution:Jump to solution
See the first paragraph on this page...
https://filamentphp.com/docs/3.x/notifications/sending-notifications/...
5 Replies
No
Solution
See the first paragraph on this page...
https://filamentphp.com/docs/3.x/notifications/sending-notifications/
Ah but not on the installation page. Sounds like an installation step to me. But alright cool ππ»
Yes, we discussed this internally after several people have hit the same issue. It was agreed this should be in the example layout, but looks like nobody actually PR'ed that change yet. I'll go do it now.
Ah, looks like that change was PR'ed, it just hasn't made it in to the actual docs site yet. So the docs will get updated next time the site is re-built.
Cool thanks!