aaemnnosttv / wp-cli-valet-command

Harness the power of Laravel Valet for creating fully functional WordPress installs in seconds.
https://aaemnnost.tv/wp-cli-commands/valet/
299 stars 31 forks source link

Add ability to customise the `dbhost` parameter #47

Closed christian-thomas closed 1 year ago

christian-thomas commented 6 years ago

It looks like there was reference to this in BedrockInstaller.php, but never actually fully implemented. I've added the parameter to the docs in ValetCommand.php, and updated the installer to replace the parameter.

The only thing that may need to be considered, is that this will un-comment DB_HOST across all installations, regardless of whether you customise the dbhost parameter or not.