multi style (tabler) toast notification
- Run the command below to add this package:
composer require laravelir/toaster
- Open your config/app.php and add the following to the arrays:
Laravelir\Toaster\Providers\ToasterServiceProvider::class, // in providers
Laravelir\Toaster\Facades\ToasterFacade::class, // in facades
- Run the command below to install package:
php artisan toaster:install
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.