victorycto / imagepreparation
:package_description
dev-master
2020-04-29 19:01 UTC
Requires
- illuminate/support: ~5|~6|~7
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4
- phpunit/phpunit: ^8.0
- sempro/phpunit-pretty-print: ^1.0
This package is not auto-updated.
Last update: 2024-09-27 14:49:36 UTC
README
Image Preparation 会为提交到 imagepreparation 类 resizeImage 方法的图像创建一个完整版、一个小版和缩略图版。它将图像保存到 Laravel 的公共目录和配置中指定的 AWS S3。同时,它还会将图像的详细信息保存到数据库中的新表 images 中。
安装
通过 Composer
$ composer.phar require intervention/image $ composer require victorycto/imagepreparation
使用方法
变更日志
请参阅变更日志获取最近更改的更多信息。
测试
$ composer test
贡献
请参阅contributing.md获取详细信息及待办事项列表。
安全
如果您发现任何与安全相关的问题,请通过作者邮箱而不是问题跟踪器来联系。
鸣谢
许可协议
许可协议。请参阅许可文件获取更多信息。