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
I don't see this in the docs mentioned. Was this supposed to work without
@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
See the first paragraph on this page...
https://filamentphp.com/docs/3.x/notifications/sending-notifications/
https://filamentphp.com/docs/3.x/notifications/sending-notifications/