I had a problem which appeared all of the sudden saying:
Unable to determine linked PHP.
which I could not solve so I uninstalled valet, php and dependencies. Then I installed fresh php7.1
but when I run valet install
I get quiet slightly similar error: Homebrew PHP appears not to be linked.
First, find the PHP version installed via.
brew list
In my case it was [email protected], then
brew link [email protected] --force --overwrite
and finally
valet install
:)