Homebrew PHP appears not to be linked. Please run [valet use [email protected]]

C++
#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
Source

Also in C++: