dev-master
9999999-devYii2 module for attachments
Apache-2.0
The Requires
- yiisoft/yii2 *
- bower-asset/dropzone 4.0.0
- imagine/imagine ^0.6.3
by mitrii
extension yii2 upload attachment
Yii2 module for attachments
Yii2 module for attachments, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist mitrii/yii2-attachments "*"
or add, (*4)
"mitrii/yii2-attachments": "*"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
php
<?= \mitrii\attachments\AutoloadExample::widget(); ?>
, (*7)
Yii2 module for attachments
Apache-2.0
extension yii2 upload attachment