sauravs012's avatar

Getting error while uploading image using Laravel 8

Installed on mamp server, window 10

Error

GD Library extension not available with this PHP installation

0 likes
2 replies
Sinnbeck's avatar

It sounds like you are missing the GD extension for php, and MAMP doesnt ship with it. So either you need to install it, or change your code so it does not need it

sauravs012's avatar

Yes. Do you have any idea, how I can install or enable it with AWS lamda?

Please or to participate in this conversation.