Exemplo n.º 1
0
 /**
  * Get a path to your asset
  *
  * @param  mixed $path Asset path relative to resources/assets
  * @return string
  */
 function asset_path($path)
 {
     return \Assets\Asset::publishedPath($path);
 }