Update .env.example

add DB_CONNECTION as env variable - it is already checked for in config/database.php
This commit is contained in:
Michael Burton 2016-03-25 11:53:57 +00:00
parent cd0a902061
commit fb0f915d4b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ APP_DEBUG=true
APP_KEY=SomeRandomString APP_KEY=SomeRandomString
APP_URL=http://localhost APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=homestead DB_DATABASE=homestead