Add homestead support
This commit is contained in:
parent
fa56165df6
commit
24fadc0cb2
5 changed files with 69 additions and 1 deletions
|
@ -3,6 +3,7 @@ APP_DEBUG=true
|
|||
APP_KEY=SomeRandomString
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=homestead
|
||||
DB_USERNAME=homestead
|
||||
DB_PASSWORD=secret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue