Homebrew PHP appears not to be linked. - Valet

Epsilon47 picture Epsilon47 · Apr 30, 2019 · Viewed 11.1k times · Source

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.

Answer

zarpio picture zarpio · Dec 28, 2019

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

:)