* Migrate all configs into the env.php file #1075 * Style fixes * Fix config names in CreateConfig * Fix installer/installer error messages
This commit is contained in:
@@ -15,7 +15,7 @@ return [
|
||||
'debug' => env('APP_DEBUG', true),
|
||||
'url' => env('APP_URL', ''),
|
||||
'version' => '7.0.0',
|
||||
'debug_toolbar' => false,
|
||||
'debug_toolbar' => env('DEBUG_TOOLBAR', false),
|
||||
|
||||
'locale' => env('APP_LOCALE', 'en'),
|
||||
'fallback_locale' => 'en',
|
||||
|
||||
Reference in New Issue
Block a user