Looking to hire Laravel developers? Try LaraJobs

laravel-flash maintained by backtheweb

Description
Flash for Laravel
Last update
2022/02/16 17:55 (dev-master)
License
Links
Downloads
30
Tags

Comments
comments powered by Disqus

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"