I'm having issues installing Laravel Valet on macOS Heigh Sierra I already did the following steps.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- this worked finebrew update
- this worked finebrew install homebrew/php/php71
- this worked finecomposer global require laravel/valet
- this gives mecommand not found.
I know I'm supposed to add it to the path, but this command composer global require laravel/valet
should work before I add the path