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
文件上传和存储扩展
安装
安装此扩展的首选方式是通过 composer。
运行以下命令
php composer.phar require --prefer-dist metalguardian/yii2-file-processor-module "*"
或在您的 composer.json
文件的 require 部分添加以下内容
"metalguardian/yii2-file-processor-module": "*"
。
使用方法
扩展安装完成后,只需在代码中使用它即可
./yii migrate --migrationPath=@vendor/metalguardian/yii2-file-processor-module/src/migrations