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
  • 524
  • 2
  • 11
  • 25

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
miltone
  • 4,416
  • 11
  • 42
  • 76