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