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
تعليقات
إرسال تعليق