Exemplo n.º 1
0
 /**
  * @param Image $img
  * @param $big
  * @return string
  */
 protected function imageLink(Image $img, $big)
 {
     $path = $big ? $img->path : $img->thumbnail(460);
     return asset($path);
 }