mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 00:40:06 +01:00
06dcfebd60649eccc22c80e2bfe72f1bb4efce52
Laravel Valet
Laravel development environment for Mac minimalists.
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 PHP development environment that uses roughly 7mb of RAM. No Apache, No Nginx.
Getting Started
Requirements
Valet requires the Mac operating system and Homebrew.
- Install or update Homebrew to the latest version.
- Make sure
brew servicesis available by runningbrew services listand making sure you get valid output. If it is not available, add it. - Install PHP 7.0 via Homebrew via
brew install php70. - Install Valet
composer global require laravel/valet. - Run the
valet installcommand. This will configure and install Valet, DnsMasq, and register Valet's daemon to launch when your system starts.
Description
MIRROR. Laravel's Valet repository on GitHub. (Because it is relevant to PHP Monitor as a dependency, I mirror it here.)
https://laravel.com/docs/master/valet
Readme
152 MiB
Languages
PHP
98.7%
Shell
1.2%