David Corbin
David Corbin

Reputation: 514

Install php cURL on Windows Phpstorm

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

Answers (1)

miltone
miltone

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

Related Questions