Update PHP homebrew link

php72 was migrated from homebrew/php to homebrew/core
This commit is contained in:
Mansour benyouce 2018-03-22 10:04:18 +01:00 committed by GitHub
parent 66bfa0e61e
commit f4f002bba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Both Valet and Homestead are great choices for configuring your Laravel developm
<div class="content-list" markdown="1">
- Install or update [Homebrew](http://brew.sh/) to the latest version using `brew update`.
- Install PHP 7.2 using Homebrew via `brew install homebrew/php/php`.
- Install PHP 7.2 using Homebrew via `brew install homebrew/core/php`.
- Install Valet with Composer via `composer global require laravel/valet`. Make sure the `~/.composer/vendor/bin` directory is in your system's "PATH".
- Run the `valet install` command. This will configure and install Valet and DnsMasq, and register Valet's daemon to launch when your system starts.
</div>