Comment on page
📡
Install Valet
composer global require genesisweb/valet-linux-plus
no, you need to export Valet use
PATH="$PATH:$HOME/.composer/vendor/bin"
Or use the following
PATH="$PATH:$HOME/.config/composer/vendor/bin"
and now it will be easy to start installing valet
valet install
it will ask you for a password input
12345678
Last modified 2mo ago