I did something stupid and while in the middle of a valet use 7.1
process, I pressed ctrl-C
. In an attempt to get everything working since then I uninstalled valet+, did a composer global update
, a brew update
, valet fix
, and valet install
yet still every site I visit just spits out "Fatal error: Call to undefined function apcu_fetch() in /Users/n8klatt/.composer/vendor/weprovide/valet-plus/server.php on line 37". Any ideas on how I can get Valet+ working again?
(The initial error after interrupting the valet use 7.1
call was "Unable to determine linked PHP", which I remedied with a brew link --force php@5.6
since 5.6 was what I had been using. That allowed me to proceed with the valet use 7.1
but then all my sites started throwing that apcu_fetch error.)