backtheweb/laravel-flash
Composer 安装命令:
composer require backtheweb/laravel-flash
包简介
Flash for Laravel
README 文档
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"
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-16