metalguardian / yii2-file-processor-module
This package is abandoned and no longer maintained.
No replacement package was suggested.
Extension to upload and store files
Package info
github.com/MetalGuardian/yii2-file-processor-module
Type:yii2-extension
pkg:composer/metalguardian/yii2-file-processor-module
dev-master
2015-10-21 19:30 UTC
Requires
- imagine/imagine: 0.6.*
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2022-02-01 12:44:07 UTC
README
Extension to upload and store files
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist metalguardian/yii2-file-processor-module "*"
or add
"metalguardian/yii2-file-processor-module": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
./yii migrate --migrationPath=@vendor/metalguardian/yii2-file-processor-module/src/migrations