dolpstudio/image-module
最新稳定版本:0.1.3
Composer 安装命令:
composer require dolpstudio/image-module
包简介
README 文档
README
Install
composer require dolpstudio/image-module
php artisan module:enable Image
php artisan module:migrate Image
Use this command to link storage path to public folder
php artisan storage:link
Optional commands
Publish configuration file:
php artisan module:publish-config
Seed:
php artisan module:seed Image
Usage
View (.blade.php)
@include('image::img', [
'size' => 'thumbnail',
'id' => $imageId,
'style' => 'circular', // defined in config/image.php
'class' => 'rounded-circle avatar-xl', // extra classes
'alt' => "alt text"
])
@TODO
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2023-01-04