cURL is disabled by default in your XAMPP installation. To enable it, you have to modify the php.ini files in your XAMPP folder. Follow the steps below to get it up and running.

  1. Locate the following files:
  2. Uncomment the following line on your php.ini file by removing the semicolon.
  3. Restart your Apache server.
  4. Check your phpinfo if curl was properly enabled.
Share: