Homebrew PHP appears not to be linked. - Valet

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

:)


Homebrew can't find the correct PHP version, have you linked them up properly?

brew link php71


brew link [email protected] --force --overwrite

That will push this--

If you need to have this software first in your PATH instead consider running: echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile echo 'export PATH="/usr/local/opt/[email protected]/sbin:$PATH"' >> ~/.bash_profile

I ran both independently then tried valet install (worked like a charm).