diff --git a/config/panel.php b/config/panel.php index 62273bbbf..868cb51fc 100644 --- a/config/panel.php +++ b/config/panel.php @@ -95,7 +95,7 @@ return [ ], 'installer' => [ - 'enabled' => env('APP_INSTALLER', true), + 'enabled' => env('APP_INSTALLER', false), ], ],