sahib/elegan
最新稳定版本:1.7.2
Composer 安装命令:
composer require sahib/elegan
包简介
Handle uploads and image resizing automatically.
README 文档
README
composer require sahib/elegan:~1.5
Add the following service providers to your config/app.php file:
'Sahib\Elegan\EleganServiceProvider',
'Laracasts\Flash\FlashServiceProvider',
'Intervention\Image\ImageServiceProvider',
Add the following aliases to your config/app.php file:
'Flash' => 'Laracasts\Flash\Flash',
'Image' => 'Intervention\Image\Facades\Image',
Publish configuration:
php artisan config:publish sahib/elegan
Publish views:
php artisan view:publish sahib/elegan
Create elegan files:
php artisan elegan:make <Resource> <namespace> [--path=""]
统计信息
- 总下载量: 96
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-03