When installing Valet+ on macos I always ran into errors complaining about apcu_bc modules. To fix this go to the php.ini file in each php folder in the /usr/local/etc/valet-php directory and remove all the lines above the line that begins with extension_dir=.
Run valet fix && valet install and all will be good.
Comments