mitrii / yii2-attachments
This package is abandoned and no longer maintained.
No replacement package was suggested.
Yii2 module for attachments
dev-master
2019-11-13 06:01 UTC
Requires
- imagine/imagine: ^0.6.3
- npm-asset/dropzone: ^5.1.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2021-12-13 09:17:51 UTC
README
Yii2 module for attachments
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mitrii/yii2-attachments "*"
or add
"mitrii/yii2-attachments": "*"
to the require section of your composer.json
file.