Browse Source

Use string "true".

Taylor Otwell 9 years ago
parent
commit
78b9b7d9b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .env.example

+ 1 - 1
.env.example

@@ -1,5 +1,5 @@
 APP_ENV=local
-APP_DEBUG=1
+APP_DEBUG=true
 APP_KEY=SomeRandomString
 
 DB_HOST=localhost