yusov / image-manager
此包的最新版本(0.1.1)没有提供许可证信息。
图片处理包
0.1.1
2021-10-29 15:09 UTC
Requires
- php: ^7.4
- intervention/image: ^2.7
- laravel/framework: 6.*
- league/flysystem: 2.x-dev
- ramsey/uuid: ^3.7
This package is auto-updated.
Last update: 2024-09-16 22:38:27 UTC
README
媒体管理器
此包可以通过Imagic库和自定义配置来处理图片。
####依赖项: php 7.4
, intervention/image
, laravel/framework
, league/flysystem
, ramsey/uuid
.
####安装
- 在 providers.php 文件中注册
MediaManager\Providers\ServiceProvider::class
。 - 使用
vendor:publish MediaManager
初始化媒体配置文件 media.php,然后恢复应用程序配置缓存。
####使用示例
类 ImageMediaService
包含一些用于处理图片的方法
upload(configurator, model, file);
- `delete(configurator, model);
####助手类
PathHelper::class
可以根据图片模型准备完整的路径。