From aafe17174fc39dd5969e708b58f43d0299e2493f Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 27 Sep 2024 18:44:56 -0400 Subject: [PATCH] Do not show installer by default --- config/panel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/panel.php b/config/panel.php index 62273bbbf8..868cb51fc5 100644 --- a/config/panel.php +++ b/config/panel.php @@ -95,7 +95,7 @@ ], 'installer' => [ - 'enabled' => env('APP_INSTALLER', true), + 'enabled' => env('APP_INSTALLER', false), ], ],