do a brew search php and look for those extensions for the version of php you have installed.
Installing PHP 7.2 Extensions on Mac?
I've been using Valet for over a year now, but the latest brew update seems to have messed up everything. I'm trying to setup Laravel on a new mac; and can't get the sites to serve.
I installed valet and after creating a new application, I could access it without https.
However, after running valet secure site, I'm constantly getting following error:
ERR_CONNECTION_REFUSED
The problem seems to be with the SSL certificates OR php extensions; that did not get installed with PHP. I installed php using brew install [email protected] and there does not seem to be any way to install php extensions like
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Ctype PHP Extension
JSON PHP Extension
Does anyone know how to install these extensions? My best guess is that I'm getting the connection refused error because of the missing OpenSSL PHP extension. Would appreciate if you could suggest a fix.
Please or to participate in this conversation.