Support the ongoing development of Laravel.io →
posted 10 years ago
Installation
Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

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

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

shiva shiva Joined 24 Jul 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.