stee1cat / yii2-file-attachment
Extension for file uploading and attaching to the models
Package info
github.com/stee1cat/yii2-file-attachment
Type:yii2-extension
pkg:composer/stee1cat/yii2-file-attachment
dev-master
2015-09-29 06:32 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 02:12:05 UTC
README
Extension for file uploading and attaching to the models
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist stee1cat/yii2-file-attachment "*"
or add
"stee1cat/yii2-file-attachment": "*"
to the require section of your composer.json file.
Usage
...