sarahman/lumen-flash-message
Composer 安装命令:
composer require sarahman/lumen-flash-message
包简介
This package is meant for using the `laracasts/flash` package into the Lumen based projects.
README 文档
README
This composer package offers a Twitter Bootstrap optimized flash messaging setup for your Lumen applications.
This package is highly dependent on laracasts/flash package created by Jeffrey Way.
Installation
- Begin by pulling in the package through Composer.
composer require sarahman/lumen-flash-message
-
Next, for Lumen, you need to create a config directory in the project root directory, copy the
session.phpfrom Laravel's config folder to the created config folder. -
Next, for Lumen, you need to register the Service Provider within your
bootstrap/app.phpfile.
..... $app->register('Sarahman\Flash\FlashServiceProvider'); .....
For More Documentation
For more information about how to use this package, you can check laracasts/flash package link.
Done! Hope, you'll be able to see flash messages after using this package.
统计信息
- 总下载量: 248
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-19