Follow-up from my post yesterday (Enabling cURL with PHP)
The problem is that PHP isn\'t able to load php_curl.dll. I\'ve tried several steps including uncommenting
In php.ini you must put the extension_dir static path. extension_dir = "C:\laragon\bin\php\php-7.3.11-Win32-VC15-x64\ext" by example. Don't forget to remove the semicolon before this variable.
extension_dir = "C:\laragon\bin\php\php-7.3.11-Win32-VC15-x64\ext"