diff --git a/app/Http/Controllers/SetupController.php b/app/Http/Controllers/SetupController.php index 08218aa91482..e326bd842b5f 100644 --- a/app/Http/Controllers/SetupController.php +++ b/app/Http/Controllers/SetupController.php @@ -100,7 +100,6 @@ class SetupController extends Controller $env_values = [ 'APP_URL' => $request->input('url'), 'REQUIRE_HTTPS' => $request->input('https') ? 'true' : 'false', - 'APP_DEBUG' => $request->input('debug') ? 'true' : 'false', 'DB_HOST1' => $request->input('db_host'), 'DB_PORT1' => $request->input('db_port'), diff --git a/resources/views/setup/_application.blade.php b/resources/views/setup/_application.blade.php index 8124584be89b..89676687bd58 100644 --- a/resources/views/setup/_application.blade.php +++ b/resources/views/setup/_application.blade.php @@ -14,7 +14,7 @@ {{ ctrans('texts.url') }}*
- (including http:// or https://) @@ -32,16 +32,6 @@
-
- {{ ctrans('texts.debug') }} -
-
- - {{ ctrans('texts.enable') }} - ({{ ctrans('texts.enable_only_for_development') }}) -
-
-
{{ ctrans('texts.reports') }}
@@ -53,14 +43,14 @@ about how we use this.
-
+
-
+