iconscout / laravel-image-resizer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel 5.5 Package for Image uploading, auto-resizing and retriving library.
Package info
github.com/Iconscout/laravel-image-resizer
pkg:composer/iconscout/laravel-image-resizer
v1.0
2018-05-20 02:40 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^6.3
- intervention/image: ^2.4
Requires (Dev)
- phpspec/phpspec: ^4.2
- phpunit/phpunit: ^6.5
This package is not auto-updated.
Last update: 2024-09-14 12:31:24 UTC
README
Laravel Image Resizer is a Laravel 5.5 Package for Image uploading, auto re-sizing and retrieving library. The package allows to define types of images and their directories to upload image, apply transformations on them using Intervention Image such as Crop and Rotate, and save different types of images (such as small, medium, large) using sync or push the job on to Laravel Queue and manage to filesystem storage.