O PHP homebrew parece não estar vinculado. Por favor, execute [valet use [email protected]]

#Find the PHP version
brew list
#In my case it was [email protected], then
brew link [email protected] --force --overwrite
#Now, install valet
valet install
Snippets