### Install Livewire Toaster
Source: https://context7.com/masmerise/livewire-toaster/llms.txt
Install the package using Composer and optionally publish configuration and view files.
```bash
composer require masmerise/livewire-toaster
# Publish config (optional)
php artisan vendor:publish --tag=toaster-config
# Publish views for customization (optional)
php artisan vendor:publish --tag=toaster-views
```
--------------------------------
### Install Livewire Toaster with Composer
Source: https://github.com/masmerise/livewire-toaster/blob/master/README.md
Install the package using Composer. This is the first step to integrate Livewire Toaster into your Laravel project.
```bash
composer require masmerise/livewire-toaster
```
--------------------------------
### Setup Toaster Hub Component
Source: https://context7.com/masmerise/livewire-toaster/llms.txt
Include the `