backtheweb / laravel-flash
Flash for Laravel
1.0.1
2022-02-16 15:55 UTC
Requires
- php: ^7.|^8.0
- laravel/framework: ^5.5|^6.0|^7.0|^8.0|^9.0
This package is not auto-updated.
Last update: 2025-03-27 07:15:33 UTC
README
Laravel Flash Message
Install
Add the providers on config/app.php file
Backtheweb\Flash\FlashServiceProvider::class
And the facade alias
'Flash' => Backtheweb\Flashs\Facade::class
Publish
php artisan vendor:publish --provider="Backtheweb\Flash\FlashServiceProvider" --tag="config"
php artisan vendor:publish --provider="Backtheweb\Flash\FlashServiceProvider" --tag="views"