mitrii / yii2-attachments
Yii2 module for attachments
Installs: 1 010
Dependents: 2
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/mitrii/yii2-attachments
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.