From a3a651b570e031603c4e6ec9bfcc3f126a608b5b Mon Sep 17 00:00:00 2001 From: Prashant Singh Date: Wed, 6 Feb 2019 17:24:06 +0530 Subject: [PATCH] Changed the default app environment to production for hiding dev dependencies --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ec44a1259..ec6628b1b 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ APP_NAME=Laravel -APP_ENV=local +APP_ENV=production APP_KEY= APP_DEBUG=true APP_URL=http://localhost