1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00
This commit is contained in:
Taylor Otwell
2016-05-04 22:09:29 -05:00
parent 8716bf88e5
commit 64468ae499

View File

@@ -19,7 +19,7 @@ ### What Is It?
Laravel Valet configures your Mac to always run PHP's built-in web server in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the `*.dev` domain to point to sites installed on your local machine.
In other words, a blazing fast Laravel development environment that uses roughly 7mb of RAM. No Apache, No Nginx, No `/etc/hosts` file.
In other words, a blazing fast Laravel development environment that uses roughly 7mb of RAM. No Apache, No Nginx, No `/etc/hosts` file. Valet isn't a complete replacement for Homestead, but provides a great alternative if you just need the basics, prefer extreme speed, or are working on a machine with a limited amount of RAM.
<a name="installation"></a>
### Installation