cURL is enabled by default but in case you have disabled it, follow the below steps to enable it.
- Open php.ini(it’s usually in /etc/ or in php folder on the server).
- Search for extension=php_curl.dll. Uncomment it by removing the semi-colon( ; ) in front of it.
- Restart the Apache Server.