metalguardian/yii2-file-processor-module

This package is abandoned and no longer maintained. No replacement package was suggested.

Extension to upload and store files

dev-master 2015-10-21 19:30 UTC

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