Laravel this is not only a practical framework, it is also a programming style
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?
Aucun commentaire:
Enregistrer un commentaire