https://github.com/iconscout/laravel-image-resizer
Laravel 5.5 Package for Image uploading, auto-resizing and retrieving library with filesystem storage.
https://github.com/iconscout/laravel-image-resizer
filesystem-storage laravel-image-resizer
Last synced: about 1 month ago
JSON representation
Laravel 5.5 Package for Image uploading, auto-resizing and retrieving library with filesystem storage.
- Host: GitHub
- URL: https://github.com/iconscout/laravel-image-resizer
- Owner: Iconscout
- License: mit
- Created: 2017-12-19T17:51:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T10:11:32.000Z (almost 7 years ago)
- Last Synced: 2024-04-07T11:43:06.702Z (about 1 year ago)
- Topics: filesystem-storage, laravel-image-resizer
- Language: PHP
- Size: 15.6 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## About ImageResizer
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.