From 5f5a603f7139b8bd499922d5f1af4705efce2db2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 26 Apr 2017 21:02:21 +0200 Subject: [PATCH] Update example file and config file for Laravel thing. [skip ci] --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 9a28c9f373..9242d6cf5b 100755 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ APP_DEBUG=false APP_FORCE_SSL=false APP_FORCE_ROOT= APP_KEY=SomeRandomStringOf32CharsExactly -APP_LOG=daily +APP_LOG=errorlog APP_LOG_LEVEL=warning APP_URL=http://localhost