tinkers / yii2-upload-behavior
Yii2 upload behavior which extends the functionality of mohorev/yii2-upload-behavior
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:yii2-extension
Requires
- mohorev/yii2-upload-behavior: ~0.2.1
- yeesoft/yii2-multilingual: ~1.0.2
- yiisoft/yii2: ~2.0.0
README
Yii2 upload behavior which extends the functionality of mohorev/yii2-upload-behavior
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist tinkers/yii2-upload-behavior "*"
or add
"tinkers/yii2-upload-behavior": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \tinkers\AutoloadExample::widget(); ?>```