mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
wip
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user