Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f9d139

Browse files
committed
Put application in debug mode by default
1 parent fe43bfd commit 8f9d139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
|
4242
*/
4343

44-
'debug' => (bool) env('APP_DEBUG', false),
44+
'debug' => (bool) env('APP_DEBUG', true),
4545

4646
/*
4747
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)