You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: INSTALL.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
> Sometimes you need to restart your terminal for the link to have effect.
15
15
16
16
5. Install Composer using anyway you like, suggested is using `brew install composer`.
17
-
6. Install Valet+ with Composer using `composer global require weprovide/valet-plus:2.4.0-beta4`.
17
+
6. Install Valet+ with Composer using `composer global require weprovide/valet-plus:2.4.0-beta5 --update-with-dependencies`.
18
18
7. Add `export PATH="$PATH:$HOME/.composer/vendor/bin"` to `.bash_profile` (for bash) or `.zshrc` (for zsh) depending on
19
19
your shell (`echo $SHELL`).
20
20
8. 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.
0 commit comments