priskz/laravel-utilities
Composer 安装命令:
composer require priskz/laravel-utilities
包简介
A tool box of Laravel specific utilties.
README 文档
README
Purpose
A tool box of Laravel specific utilties.
Tools
Alert - An easy way to display and work with Laravel flash data in your HTML.
Install via Composer
Add the following to your "require" schema:
"require": {
"priskz/laravel-utilities": "~0.0.1"
}
Run composer install
Add 'LaravelUtilities\Alert\ServiceProvider' to the 'providers' in /app/laravel/config/app.php to enable the newly added service.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-04-20