What is Laravel Valet
masterLaravel Valet is a minimal development environment for macOS designed for speed and low resource usage. It configures your Mac to run Nginx in the background and uses DnsMasq to proxy all requests on the *.test domain to your local sites.
Key characteristics:
- Minimalist: No Vagrant or manual
/etc/hostsfile management required. - High Performance: Uses approximately 7mb of RAM.
- Public Sharing: Supports sharing local sites publicly via local tunnels.
- Domain Pattern: Automatically serves sites using the
.testTLD.