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
Copy file name to clipboardExpand all lines: valet.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Both Valet and Homestead are great choices for configuring your Laravel developm
66
66
67
67
<divclass="content-list"markdown="1">
68
68
- Install or update [Homebrew](http://brew.sh/) to the latest version using `brew update`.
69
-
- Install PHP 7.2 using Homebrew via `brew install php@7.2`.
69
+
- Install PHP 7.3 using Homebrew via `brew install php`.
70
70
- Install [Composer](https://getcomposer.org).
71
71
- Install Valet with Composer via `composer global require laravel/valet`. Make sure the `~/.composer/vendor/bin` directory is in your system's "PATH".
72
72
- Run the `valet install` command. This will configure and install Valet and DnsMasq, and register Valet's daemon to launch when your system starts.
0 commit comments