Skip to content

Commit fe2f667

Browse files
committed
Update the app.env default to 'development'
1 parent 9b9b776 commit fe2f667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
|
3636
| This value determines the "environment" your application is currently
3737
| running in. This may determine how you prefer to configure various
38-
| services the application utilizes. Set this in your ".env" file.
38+
| services the application utilizes.
3939
|
4040
*/
4141

42-
'env' => env('APP_ENV', 'production'),
42+
'env' => 'development',
4343

4444
/*
4545
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)