Download the PHP package think.studio/laravel-simple-image-manager without Composer
On this page you can find all versions of the php package think.studio/laravel-simple-image-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download think.studio/laravel-simple-image-manager
More information about think.studio/laravel-simple-image-manager
Files in think.studio/laravel-simple-image-manager
Download think.studio/laravel-simple-image-manager
More information about think.studio/laravel-simple-image-manager
Files in think.studio/laravel-simple-image-manager
Vendor think.studio
Package laravel-simple-image-manager
Short Description Simple package to save multiple images formats when upload an image.
License MIT
Homepage https://github.com/dev-think-one/laravel-simple-image-manager
Package laravel-simple-image-manager
Short Description Simple package to save multiple images formats when upload an image.
License MIT
Homepage https://github.com/dev-think-one/laravel-simple-image-manager
Please rate this library. Is it a good library?
Informations about the package laravel-simple-image-manager
Laravel: Simple image manager
Simple package to save multiple images formats when upload an image. For example:
- myimage.png (original)
- myimage-small.png
- myimage-thumb.png
- myimage-100x100.png
Package works as wrapper of spatie/image package. So when you create formats you can use all methods of this package. All configuration options description you can find in config file
Installation
Install the package via composer:
You can publish the config file with:
Usage
Upload file example:
Other methods:
Advanced usage
Create specific trait
-
Create trait
-
Use trail
- Manipulate using trait
Use internal trait
Then you can use it:
Usage with laravel-nova
Credits
All versions of laravel-simple-image-manager with dependencies
PHP Build Version
Package Version
The package think.studio/laravel-simple-image-manager contains the following files
Loading the files please wait ....