文档更新

This commit is contained in:
技术老胡
2024-12-03 15:52:43 +08:00
parent 5f146e234b
commit a9df43fd04
22 changed files with 19 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ class InstallController
{
$envPath = app()->getRootPath() . '.env';
$envContent = <<<EOT
APP_DEBUG = true
APP_DEBUG = false
DB_TYPE = mysql
DB_HOST = {$dbConfig['host']}