How to get Laravel Valet working on Linux?

Follow this guide:

sudo apt-get install network-manager libnss3-tools jq xsel

composer global require cpriego/valet-linux

Make sure composer is in the global path, here is an example of editing .profile:

PATH=$PATH:~/.config/composer/vendor/bin

valet install

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

Share this article

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top