Skip to content

Commit dafb3a3

Browse files
authored
Update .env.example
Changing the APP_DEBUG=true for obvious reasons. And anybody using this project can turn this off if they need to.
1 parent 33b8e34 commit dafb3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
APP_NAME="Laravel Admin Panel"
22
APP_ENV=local
33
APP_KEY=base64:O+TrollIDwasHEREtMG9kBc+/Q32exQLusNVhnq558w=
4-
APP_DEBUG=false
4+
APP_DEBUG=true
55
APP_LOG_LEVEL=debug
66
APP_URL=http://localhost
77

0 commit comments

Comments
 (0)