📄️ Installation
Requirements
📄️ Sending notifications
To start, make sure the package is installed - @livewire('notifications') should be in your Blade layout somewhere.
📄️ Database notifications
To start, make sure the package is installed - @livewire('notifications') should be in your Blade layout somewhere.
📄️ Broadcast notifications
To start, make sure the package is installed - @livewire('notifications') should be in your Blade layout somewhere.
📄️ Customizing notifications
Notifications come fully styled out of the box. However, if you want to apply your own styling or use a custom view to render notifications, there's multiple options.
📄️ Testing
All examples in this guide will be written using Pest. However, you can easily adapt this to PHPUnit.