1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00
This commit is contained in:
Taylor Otwell
2016-05-04 21:40:05 -05:00
parent d313d066f8
commit ebbf0f913c

View File

@@ -8,12 +8,10 @@ ### What Is It?
### Getting Started
**Requirements**
#### Installation
Valet requires the Mac operating system and [Homebrew](http://brew.sh/).
**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`.
@@ -22,7 +20,7 @@ ### Getting Started
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`.
**Serving Sites**
#### Serving Sites
Once Valet is installed, you're ready to start serving sites. Valet provides two commands to help you serve your Laravel sites: `park` and `link`.