Skip to content

Commit

Permalink
Remove Automatic Installation of App Store (#117)
Browse files Browse the repository at this point in the history
* Remove Automatic Installation of App Store

* Apply cs fix
  • Loading branch information
zds-s authored Jul 12, 2024
1 parent 40c328a commit 829cd1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 339 deletions.
335 changes: 0 additions & 335 deletions .php-cs-fixer.php

This file was deleted.

4 changes: 0 additions & 4 deletions src/Command/InstallProjectCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use Hyperf\Command\Annotation\Command;
use Hyperf\Database\Schema\Schema;
use Hyperf\DbConnection\Db;
use Mine\AppStore\Plugin;
use Mine\Mine;
use Mine\MineCommand;

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

// 安装插件
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 829cd1c

Please sign in to comment.