From 78b9b7d9b9e43aeb79bf80f1251927d29ab7fe7e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 15 Dec 2014 13:07:32 -0600 Subject: [PATCH] Use string "true". --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 44de2b64..4eb08458 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ APP_ENV=local -APP_DEBUG=1 +APP_DEBUG=true APP_KEY=SomeRandomString DB_HOST=localhost