更新sql安装器(web版本需要修复)

This commit is contained in:
2025-06-20 09:02:33 +08:00
parent 9f77221bdf
commit b2c9aecfb9
7 changed files with 1782 additions and 58 deletions

View File

@@ -1,11 +1,16 @@
<?php
use App\Http\Controllers\core\SqlInstallController;
use App\Service\common\UtilsService;
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});
Route::post('/sql/test-connection', [SqlInstallController::class, 'testConnection']);
Route::post('/sql/start-installation', [SqlInstallController::class, 'startInstallation']);
/*
* -----------------------------------以下注释不要删除--------------------------------
* 不需要登录的路由生成地址