* Correct the return type annotation in a serves method * Type-hint the driver in the abstract ValetDriver * Correct the return type-hint in the sample ValetDriver * Remove the return afrom the restartLinkedPhp method * Remove the return annotation from the Caddy constructor * Remove the return annotation from the Valet configuration constructor * Removed the return from the prependPath method of the Configuration class * Removed the return from the appendAsUser method of the Filesystem class * Removed the return annotation from the Site constructor * Corrected the parameter annotation of the link method in the Site class * Order use statements by length in PhpFpm * Remove the return annotation from the Valet constructor
Laravel Valet
Introduction
Valet is a Laravel development environment for Mac minimalists. No Vagrant, No Apache, No Nginx, No /etc/hosts file. You can even share your sites publicly using local tunnels. Yeah, we like it too.
Laravel Valet configures your Mac to always run Caddy 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. Valet isn't a complete replacement for Vagrant or Homestead, but provides a great alternative if you want flexible basics, prefer extreme speed, or are working on a machine with a limited amount of RAM.
Official Documentation
Documentation for Valet can be found on the Laravel website.
License
Laravel Valet is open-sourced software licensed under the MIT license