mxmorozov / yii2-thumbnail-action
This extension purpose is to make thumbnails of images on the fly.
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- ext-fileinfo: *
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-imagine: ^2.2
README
This extension purpose is to make thumbnails of images on the fly.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mxmorozov/yii2-thumbnail-action "*"
or add
"mxmorozov/yii2-thumbnail-action": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \mxmorozov\thumbnail\AutoloadExample::widget(); ?>```