DaNuWa / laravel-valet-linux

installation process for linux

Home Page:https://cpriego.github.io/valet-linux/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setp 1 : sudo chown -R $USER ~/.composer/

Setp 2 : composer global require cpriego/valet-linux

Setp 3 :sudo nano ~/.profile

put below code inside and save

PATH="$HOME/.composer/vendor/bin:$PATH"

Step 4 : source ~/.profile

Step 5 : sudo apt-get install network-manager libnss3-tools jq xsel

About

installation process for linux

https://cpriego.github.io/valet-linux/