Version

Theme

NOTE

You are currently viewing the documentation for Filament 4.x, which is currently in beta and is not stable. Breaking changes may be introduced to releases during the beta period. Please report any issues you encounter on GitHub.

Looking for the current stable version? Visit the 3.x documentation.

Components

Rendering notifications outside of a panel

Introduction

To render notifications in your app, make sure the notifications Livewire component is rendered in your layout:

<div>
    @livewire('notifications')
</div>

Now, when sending a notification from a Livewire request, it will appear for the user.

Edit on GitHub

Still need help? Join our Discord community or open a GitHub discussion

Previous
Rendering an infolist in a Blade view