Answers for "Intervention\Image\Exception\NotReadableException: Image source not readable in mac OX"

0

Intervention\Image\Exception\NotReadableException: Image source not readable in mac OX

$file = Input::file('url_Avatar');
// ...
$filename = '...';
Image::make($file->getRealPath())->resize('200','200')->save($filename);
Posted by: Guest on March-11-2022

Code answers related to "Intervention\Image\Exception\NotReadableException: Image source not readable in mac OX"

Browse Popular Code Answers by Language