Download the PHP package maximumadvertising/laravel-image-resize without Composer
On this page you can find all versions of the php package maximumadvertising/laravel-image-resize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maximumadvertising/laravel-image-resize
More information about maximumadvertising/laravel-image-resize
Files in maximumadvertising/laravel-image-resize
Download maximumadvertising/laravel-image-resize
More information about maximumadvertising/laravel-image-resize
Files in maximumadvertising/laravel-image-resize
Vendor maximumadvertising
Package laravel-image-resize
Short Description Dynamically resize an image and returns the URL using Intervention and Storage
License MIT
Homepage https://github.com/MaximumAdvertising/laravel-image-resize
Package laravel-image-resize
Short Description Dynamically resize an image and returns the URL using Intervention and Storage
License MIT
Homepage https://github.com/MaximumAdvertising/laravel-image-resize
Please rate this library. Is it a good library?
Informations about the package laravel-image-resize
Image Resize Helper for Laravel
Dynamically resize an image and returns the URL using Intervention and Storage
Require
- Laravel 5 or 6
- Intervention Image ^2.4
Supported Filesystem Drivers
- Local
- S3
- Oss (Aliyun Cloud Storage)
Installation
This package can be installed through Composer.
For Laravel 5.4 and lower, you'll have to register the service provider and alias manually.
Add to service providers
And alias
Publish config and assets (Optional)
Usage
Accepted parameters:
In HTML:
Fit (resize & crop) an image to 200x200px
Resize an image to 200x200px
Fit (resize & crop) an image to 200px width, with auto height
sample output
Tests
Run tests with:
All versions of laravel-image-resize with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
intervention/image Version ^2.4
illuminate/support Version ^5.4|^6.0
illuminate/config Version ~5.4|^6.0
illuminate/cache Version ^5.4|^6.0
league/flysystem Version ~1.0
intervention/image Version ^2.4
illuminate/support Version ^5.4|^6.0
illuminate/config Version ~5.4|^6.0
illuminate/cache Version ^5.4|^6.0
league/flysystem Version ~1.0
The package maximumadvertising/laravel-image-resize contains the following files
Loading the files please wait ....