Download the PHP package azizyus/image-manager without Composer
On this page you can find all versions of the php package azizyus/image-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package image-manager
IMAGE MANAGER (for Laravel)
What does this package can do?
- Upload images (Drag drop or directly selecting from window)
- Sorting images by drag drop
- Can create and maintain specific variations of images (recreation is possible)
- Crop images and crop variations
- Choose variations from already uploaded images
- Define variations and specific images like "Thumbnail" or "Cover" from uploaded images
- Model attachment and query restrictions possible
- Can import image from URL, it will behave like normally uploaded file
INSTALLATION
composer require azizyus/image-manager ^1.0
Add to your config/app.php
NPM DEPENDENCIES
EXAMPLES
CONTROLLER
ROUTES
ROUTE ATTACHMENT
VARIATION DEFINITION
PRE-DEFINED COMPONENT NAMES
PRE-DEFINED VUE-COMPONENT
Use this to build your component to your view
{!! \Azizyus\ImageManager\VueGeneration\VueComponentBuilder::build(imageManager()) !!}
RE-GENERATE Variations
it would be useful in case of you define new stuff
All versions of image-manager with dependencies
PHP Build Version
Package Version
Requires
intervention/image Version
^2.6
The package azizyus/image-manager contains the following files
Loading the files please wait ....