Skip to content

Commit

Permalink
chore: 移除废弃的 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
medz committed Sep 25, 2018
1 parent 7f63238 commit 8c196de
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 999 deletions.
89 changes: 0 additions & 89 deletions app/Console/Commands/InstallPasswordCommand.php

This file was deleted.

1 change: 0 additions & 1 deletion app/Console/Kernel.php
Expand Up @@ -34,7 +34,6 @@ class Kernel extends ConsoleKernel
Commands\AppVersionCommand::class,
Commands\PackageCreateCommand::class,
Commands\PackageHandlerCommand::class,
Commands\InstallPasswordCommand::class,
];

/**
Expand Down
170 changes: 0 additions & 170 deletions app/Packages/Installer/Controllers/InstallController.php

This file was deleted.

46 changes: 0 additions & 46 deletions app/Packages/Installer/Middleware/VerifyInstallationPassword.php

This file was deleted.

1 change: 0 additions & 1 deletion app/Providers/RouteServiceProvider.php
Expand Up @@ -70,7 +70,6 @@ protected function mapWebRoutes()
Route::middleware('web')
->namespace($this->namespace)
->group(base_path('routes/web.php'));
Route::group([], base_path('routes/package.php'));
Route::middleware('web')
->group(base_path('routes/new-admin.php'));
}
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -31,7 +31,6 @@
"bootstrap-sass": "^3.3.7",
"chart.js": "^2.7.2",
"echarts": "^4.1.0",
"element-ui": "^2.3.8",
"highlight.js": "^9.12.0",
"jquery": "^3.3.1",
"js-md5": "^0.7.3",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed public/assets/installer/logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion public/assets/js/installer.js

This file was deleted.

4 changes: 1 addition & 3 deletions public/assets/mix-manifest.json
@@ -1,7 +1,5 @@
{
"/js/admin.js": "/js/admin.js",
"/js/installer.js": "/js/installer.js",
"/js/bootstrap.js": "/js/bootstrap.js",
"/css/bootstrap.css": "/css/bootstrap.css",
"/installer/logo.png": "/installer/logo.png"
"/css/bootstrap.css": "/css/bootstrap.css"
}

0 comments on commit 8c196de

Please sign in to comment.