Level 74
Looking at your error message it seems to be missing from the upload and not in an unsupported format.
So make sure the image is in the request before you try to make it.
Hi guys i need help on my project because when i am uploading an image that is not captured from a mobile device it will be read however my app needs an image that is captured from a mobile device and with that it will throw an error Unsupported image type. GD driver is only able to decode JPG, PNG, GIF or WebP files.
heres my code
$img = Image::make($rq->photo);
Please or to participate in this conversation.