The official Laravel Valet development environment is great if you are an Apple user and thanks to Carlos Priego you can now enjoy the same benefits you are an Ubuntu user.
Valet for Ubuntu is a port of the original made specifically for Ubuntu that attempts to mirror all the features of Valet v1 with Caddy server.
Install or update PHP to 7.1+ version.
Install Composer from official website.
Install Valet Linux+ with Composer via composer global require genesisweb/valet-linux-plus
.
Add export PATH="$PATH:$HOME/.composer/vendor/bin"
to .bash_profile
.
Run the valet install
command. This will configure and install Valet Linux+ and DnsMasq, and register Valet’s daemon to launch when your system starts.
Install Laravel Valet Linux+ development environment on Ubuntu System
#linux #ubuntu #valet #laravel #web-development