Download the PHP package codificar/yii2imagecache without Composer
On this page you can find all versions of the php package codificar/yii2imagecache. 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 yii2imagecache
Yii2 ImageCache
Biblioteca desenvolvida pela Codificar .
Based in yii2-imagecache
Installation
The preferred way to install this helper is through composer.
Either run
or add
to the require section of your application's composer.json
file.
Configuration
You should :
- Add
ThumbAction
in one of your controller. - Modify your application configuration :
- add imageCache component,
- add url rule to handle request to missing thumbs.
Add ThumbAction
You need to add ThumbAction
in one of your controller so that imageCache can handle requests to missing thumbs and create them on demand. You could use site
controller :
imageCache component config
You should add imageCache component in your application configuration :
urlManager config
You should modify your urlManager configuration :
How to use
All versions of yii2imagecache with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2-imagine Version
*
The package codificar/yii2imagecache contains the following files
Loading the files please wait ....