backtheweb/laravel-flash

Laravel Flash 插件

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 消息

安装

在 config/app.php 文件中添加提供者

Backtheweb\Flash\FlashServiceProvider::class

和外观别名

'Flash' =>  Backtheweb\Flashs\Facade::class

发布

php artisan vendor:publish --provider="Backtheweb\Flash\FlashServiceProvider" --tag="config"
    
php artisan vendor:publish --provider="Backtheweb\Flash\FlashServiceProvider" --tag="views"