Posts

Showing posts with the label laravel development

Laravel Valet

Image
Valet is basically a Laravel development environment that is for Mac minimalists. There is no Vagrant, no /etc/hosts file. The programmer can even share their sites publicly just by using local tunnels. And with these features it has become the most likable software of all time.  Laravel Valet As a matter of the fact, Laravel also offers Homestead that is nothing but another local Laravel development environment. Homestead and Valet generally differs in regards to their intended audience and also their approach to the local development.  Homestead is known to offer an entire Ubuntu virtual machine with an automated Nginx configuration. Homestead is basically a wonderful selection in case the programmer wants a fully virtualized Linux development environment or is on Windows / Linux. Valet has a specialty that it only supports Mac and it is mandatory for the programmer to install PHP and a database server that too directly onto their local machine.  This is an easy ta