victorycto / imagepreparation
:package_description
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: 2025-05-09 17:43:09 UTC
README
Image Preparation will create a full, small and a thumbnail version of the image submited as a post to the method resizeImage of the class imagepreparation. It will save the images to the Laravel's public directory and to AWS S3 specified in the configuration. Also it will save the details of the images to a new table images in the database.
Installation
Via Composer
$ composer.phar require intervention/image $ composer require victorycto/imagepreparation
Usage
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.