Exemple #1
0
 /**
  * Get a HTML link to the given category.
  *
  * @param \App\Category $category
  *
  * @return string
  */
 protected function getCategoryLink(Category $category)
 {
     return HTML::linkRoute('tricks.browse.category', $category->name, [$category->slug]);
 }