Introduction
To render notifications in your app, make sure thenotifications Livewire component is rendered in your layout:
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
π New in Filament Blueprint: security audits! Scan your app for security misconfigurations with a plan to fix each one.
filament/notifications is installed in your project. You can check by running:composer show filament/notifications
notifications Livewire component is rendered in your layout:
<div>
@livewire('notifications')
</div>