Enable cURL extension PHP

I try to deploy php laravel project, and I have succes with that, but I want to enable cURL extension, I can or not?

Hi, @xredax! Welcome to the Vercel Community. :smile:

Great to hear you got your project working! I’ll also share this community post for anyone wondering about how to deploy Laravel applications on Vercel.

cURL should work on Vercel’s PHP environment. Vercel’s PHP runtime includes several pre-installed extensions, and cURL is typically one of them. However, it’s always best to verify this in your specific deployment, as the exact configuration can sometimes vary.

Let us know how you get on!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.