backtheweb/laravel-flash

Flash for Laravel

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/backtheweb/laravel-flash

1.0.1 2022-02-16 15:55 UTC

This package is not auto-updated.

Last update: 2025-10-23 10:01:45 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"