From ba2c3ead307991b1674d5bf924aaf68bd66af2c0 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Wed, 29 Jul 2015 10:38:44 +0200 Subject: [PATCH] Setting app cache to false by default --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 9f4babdcc..0ed6ac3a9 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,6 @@ APP_ENV=local APP_DEBUG=true +APP_CACHE=false APP_KEY=SomeRandomString DB_HOST=localhost