Resizing image in laravel 5.3

Trying to resize an image and upload to s3 but its not working

$file = Image::make(base64_decode($request->get('fileEncoded')))->resize("1024", "1024");

Is their any solution?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3cCKLqx
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time