Commit fb0f915d authored by Michael Burton's avatar Michael Burton

Update .env.example

add DB_CONNECTION as env variable - it is already checked for in config/database.php
parent cd0a9020
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment