From fb0f915d4bdab84364b6cd304e8a8601f78e8be1 Mon Sep 17 00:00:00 2001 From: Michael Burton Date: Fri, 25 Mar 2016 11:53:57 +0000 Subject: [PATCH] Update .env.example add DB_CONNECTION as env variable - it is already checked for in config/database.php --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 86aab15f..9a9d0dc7 100644 --- a/.env.example +++ b/.env.example @@ -3,6 +3,7 @@ APP_DEBUG=true APP_KEY=SomeRandomString APP_URL=http://localhost +DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=homestead