示例#1
0
 public function get($guid)
 {
     $asset = $this->assetsManager->assetOfGuid($guid);
     $path = $this->realPath($asset->path());
     $image = Image::make($path);
     return $image->response();
 }