Skip to content

Commit

Permalink
Document mariadb support
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Aug 4, 2017
1 parent 2feb56b commit 11a0cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Some key differences compared to Valet:
3. Install Composer using Homebrew via `brew install homebrew/php/composer`.
4. Install Valet+ with Composer via `composer global require weprovide/valet-plus`.
5. Add `export PATH="$PATH:$HOME/.composer/vendor/bin"` to `.bash_profile` (for bash) or `.zshrc` (for zsh) depending on your shell (`echo $SHELL`)
6. Run the `valet install` command. This will configure and install Valet+ and DnsMasq, and register Valet's daemon to launch when your system starts.
6. Run the `valet install` command. Optionally add `--with-mariadb` to use MariaDB instead of MySQL This will configure and install Valet+ and DnsMasq, and register Valet's daemon to launch when your system starts.
7. Once Valet is installed, try pinging any *.dev domain on your terminal using a command such as `ping foobar.dev`. If Valet+ is installed correctly you should see this domain responding on `127.0.0.1`. If not you might have to restart your system. Especially when coming from the Dinghy (docker) solution.

> :information_source: Valet will automatically start its daemon each time your machine boots. There is no need to run `valet start` or `valet install` ever again once the initial Valet+ installation is complete.
Expand Down

0 comments on commit 11a0cfb

Please sign in to comment.