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 official Filament themes: Compact density, plus Soft, Sharp and Noir styles.
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>