Skip to content

Commit 829cd1c

Browse files
authored
Remove Automatic Installation of App Store (#117)
* Remove Automatic Installation of App Store * Apply cs fix
1 parent 40c328a commit 829cd1c

2 files changed

Lines changed: 0 additions & 339 deletions

File tree

.php-cs-fixer.php

Lines changed: 0 additions & 335 deletions
This file was deleted.

src/Command/InstallProjectCommand.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Hyperf\Command\Annotation\Command;
1616
use Hyperf\Database\Schema\Schema;
1717
use Hyperf\DbConnection\Db;
18-
use Mine\AppStore\Plugin;
1918
use Mine\Mine;
2019
use Mine\MineCommand;
2120

@@ -95,9 +94,6 @@ protected function setOthers(): void
9594
$this->call('vendor:publish', ['package' => 'xmo/mine']);
9695
}
9796

98-
// 安装插件
99-
Plugin::install('mine-admin/app-store');
100-
10197
$downloadFrontCode = $this->confirm('Do you downloading the front-end code to "./web" directory?', true);
10298

10399
// 下载前端代码

0 commit comments

Comments
 (0)