完成命令行的安装方式;

This commit is contained in:
augushong
2021-12-24 22:57:45 +08:00
parent 602992f7c7
commit e29608a85e
4 changed files with 384 additions and 177 deletions

View File

@@ -4,6 +4,7 @@
// +----------------------------------------------------------------------
use app\common\command\admin\ResetPassword;
use app\common\command\Install;
return [
// 指令定义
@@ -11,6 +12,7 @@ return [
'curd' => 'app\common\command\Curd',
'node' => 'app\common\command\Node',
'OssStatic' => 'app\common\command\OssStatic',
ResetPassword::class
ResetPassword::class,
Install::class
],
];