metalguardian / yii2-file-processor-module
Extension to upload and store files
Installs: 658
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 12
Open Issues: 0
Type:yii2-extension
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