backtheweb/laravel-flash

Flash for Laravel

1.0.1 2022-02-16 15:55 UTC

This package is not auto-updated.

Last update: 2024-09-26 04:33:25 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"