resize($size, $size, function ($constraint) { $constraint->aspectRatio(); }); $r = $img->response('jpg'); //Met en cache l'image avec son header pendant 6 mois sur le serveur Cache::add($key, $r, 241920); } return $r; } }