Skip to content

Commit

Permalink
feat: 安装命令默认安装后台可视化应用市场插件
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed May 26, 2024
1 parent 71ae27c commit 9e775c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Command/InstallProjectCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ protected function setOthers(): void
$this->call('vendor:publish', ['package' => 'xmo/mine']);
}

// 安装插件
\Mine\AppStore\Plugin::install('mine-admin/app-store');

$downloadFrontCode = $this->confirm('Do you downloading the front-end code to "./web" directory?', true);

// 下载前端代码
Expand Down

0 comments on commit 9e775c3

Please sign in to comment.