Download the PHP package soumen-dey/laravel-image without Composer
On this page you can find all versions of the php package soumen-dey/laravel-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soumen-dey/laravel-image
More information about soumen-dey/laravel-image
Files in soumen-dey/laravel-image
Package laravel-image
Short Description A package to encode and generate thumbnail for Laravel 5.6 and above.
License MIT
Homepage https://github.com/soumen-dey/laravel-image
Informations about the package laravel-image
Laravel Image
A package to encode and store your Uploaded Images for Laravel 5.6 and above.
Installation
Via Composer
This package depends on intervention/image
Laravel Auto-Discovery will automatically detect and add the Service Provider and Alias for the package. If it doesn't, do the following:
In the array add the service providers for this package.
Add the facade of this package to the array.
Configuration
By default this packages uses GD library for processing the images, to change this behaviour and also to modify the default storage options, publish the configuration file for this package.
Usage
You can also use method chaining to write the above code in one line.
You can also specify parameters.
Do not use if you wish specify parameters.
You can also use method chaining on the above code.
Change log
Please see the changelog for more information on what has changed recently.
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
- author name
- All Contributors
License
license. Please see the license file for more information.