Do a phpinfo and confirm that it is in fact enabled.
I know in WAMP there are often 2 php.ini files to edit.
(Make a file, phpinfo.php, and go to it in a browser)
<? phpinfo(); ?>
Check for 2 php.ini files
Close WAMP (if running)
Navigate to WAMP\bin\php\(your version of php)\
Edit php.ini
Search for curl, uncomment extension=php_curl.dll
Navigate to WAMP\bin\Apache\(your version of apache)\bin\
Edit php.ini
Search for curl, uncomment extension=php_curl.dll
Save both
Restart WAMP
If phpinfo reports that CURL is enabled and you still get the error post back
Hi
I checked the phpinfo and it says that the CURL is enabled.
I also went to the php folder and I don't see the php.ini, the only ones I see is php.ini-development, php.ini-install and php.ini-production
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community