Skip to content

Commit

Permalink
Add MySQL as a default feature (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vercoutere authored and svpernova09 committed Oct 29, 2020
1 parent 4d57eea commit 8e60048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions resources/Homestead.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,15 @@
"homestead"
],
"features": [
{
"mysql": true
},
{
"mariadb": false
},
},
{
"ohmyzsh": false
},
},
{
"webdriver": false
}
Expand Down
1 change: 1 addition & 0 deletions resources/Homestead.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ databases:
- homestead

features:
- mysql: false
- mariadb: false
- ohmyzsh: false
- webdriver: false
Expand Down

0 comments on commit 8e60048

Please sign in to comment.