Reputation: 514
How do you install the php curl extension on Windows for Phpstorm IDE? I would like to be able to run curl php functions on my local Windows 10 machine.
extension=php_curl.dll
is uncommented in php.ini
Thanks in advance!
Upvotes: 0
Views: 3139
Reputation: 4721
You can follow this : INSTALL CURL ON WINDOWS
No need add config for PHPStorm. If your windows know Curl you can use this in terminal of PHPStorm no problem.
Upvotes: 1