0

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!

David Corbin
  • 504
  • 2
  • 9
  • 24

1 Answers1

1

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.

Community
  • 1
  • 1
darkomen
  • 3,789
  • 8
  • 28
  • 56