Skip to content

Commit fb0f915

Browse files
committed
Update .env.example
add DB_CONNECTION as env variable - it is already checked for in config/database.php
1 parent cd0a902 commit fb0f915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ APP_DEBUG=true
33
APP_KEY=SomeRandomString
44
APP_URL=http://localhost
55

6+
DB_CONNECTION=mysql
67
DB_HOST=127.0.0.1
78
DB_PORT=3306
89
DB_DATABASE=homestead

0 commit comments

Comments
 (0)