We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2184e2 + ad728fa commit b751b4cCopy full SHA for b751b4c
src/Config/installer.php
@@ -63,7 +63,7 @@
63
'app_name' => 'required|string|max:50',
64
'environment' => 'required|string|max:50',
65
'environment_custom' => 'required_if:environment,other|max:50',
66
- 'app_debug' => 'required|boolean',
+ 'app_debug' => 'required|string',
67
'app_log_level' => 'required|string|max:50',
68
'app_url' => 'required|url',
69
'database_connection' => 'required|string|max:50',
0 commit comments