kirjuha1982 / yii2-image-upload
Image upload
Package info
github.com/kirjuha1982/yii2-image-upload
Type:yii2-extension
pkg:composer/kirjuha1982/yii2-image-upload
dev-master
2016-02-01 23:18 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-02-20 17:11:18 UTC
README
Image upload
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist kirjuha1982/yii2-image-upload "*"
or add
"kirjuha1982/yii2-image-upload": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \kirjuha\imageupload\AutoloadExample::widget(); ?>```