Download the PHP package mikasto/yii2-image-manager without Composer
On this page you can find all versions of the php package mikasto/yii2-image-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mikasto/yii2-image-manager
More information about mikasto/yii2-image-manager
Files in mikasto/yii2-image-manager
Package yii2-image-manager
Short Description A Yii2 module/widget for upload, cropping images, separating by tag, category
License BSD-3-Clause
Homepage https://github.com/mikasto/yii2-image-manager
Informations about the package yii2-image-manager
Image manager for Yii2 : With tag filter
A Yii2 module/widget for upload, manage, cropping images and separating by tag. This version giving you separating image view window for categories, tags and other option you need. It success for a big image collection for different categories and for set access to some categories of images.
Installation
The preferred way to install this extension is through composer.
- Either run
or add
to the require section of your application's composer.json
file.
-
Run the migrate to create the ImageManager table
- Add a new component in
components
section of your application's configuration file, for example:
and in modules
section, for example:
Usage
To reach the imagemanager module go to:
or using filter
To load the image picker see below (make sure you have a field in you table where the module can store 'id' of the ImageManager table):
If you want to use a image:
Support CKEditor & TinyMce
For using the filebrowser in CKEditor add the filebrowserImageBrowseUrl to the clientOptions of the CKEditor widget. I test it only for the CKEditor from 2amigOS but it need to work on other CKEditor widgets.
For support base64 image inserts use:
For using the filebrowser in TinyMce add the file_browser_callback to the clientOptions of the TinyMce widget. I test it only for the TinyMce from 2amigOS but it need to work on other TinyMce widgets. (don't forget add 'image' to your 'plugins' array)
All versions of yii2-image-manager with dependencies
noam148/yii2-image-resize Version *
kartik-v/yii2-widget-fileinput Version @dev