modernkernel/yii2-photo-uploader

Yii2 Photo Uploader


Keywords
yii2, image, photo, uploader
License
Apache-2.0

Documentation

Yii2 Photo Uploader

Yii2 Photo Uploader

Installation

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.

Usage

Once the extension is installed, simply use it in your code by :

<?= \harrytang\photouploader\AutoloadExample::widget(); ?>```