mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 16:40:05 +01:00
note
This commit is contained in:
@@ -30,7 +30,7 @@ ## Installation
|
||||
1. Install or update [Homebrew](http://brew.sh/) to the latest version.
|
||||
2. Make sure `brew services` is available by running `brew services list` and making sure you get valid output. If it is not available, [add it](https://github.com/Homebrew/homebrew-services).
|
||||
3. Install PHP 7.0 via Homebrew via `brew install php70`.
|
||||
4. Install Valet with Composer via `composer global require laravel/valet`.
|
||||
4. Install Valet with Composer via `composer global require laravel/valet`. Make sure the `~/.composer/bin` directory is in your system's "PATH".
|
||||
5. Run the `valet install` command. This will configure and install Valet, DnsMasq, and register Valet's daemon to launch when your system starts.
|
||||
|
||||
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`.
|
||||
|
||||
Reference in New Issue
Block a user