Yii2 Photo Uploader
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist harrytang/yii2-photo-uploader "*"
or add
"harrytang/yii2-photo-uploader": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply use it in your code by :
<?= \harrytang\photouploader\AutoloadExample::widget(); ?>```
Comments