Skip to content

Commit 1291ab1

Browse files
authored
Update homebrew default php version (#6597)
1 parent f2ef9f8 commit 1291ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

valet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Both Valet and Homestead are great choices for configuring your Laravel developm
7777

7878
<div class="content-list" markdown="1">
7979
- Install or update [Homebrew](https://brew.sh/) to the latest version using `brew update`.
80-
- Install PHP 7.4 using Homebrew via `brew install php`.
80+
- Install PHP 8.0 using Homebrew via `brew install php`.
8181
- Install [Composer](https://getcomposer.org).
8282
- Install Valet with Composer via `composer global require laravel/valet`. Make sure the `~/.composer/vendor/bin` directory is in your system's "PATH".
8383
- 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

Comments
 (0)