Ejemplo n.º 1
0
 /**
  * Get the url to the given path.
  *
  * @param $path
  * @return string
  */
 public static function url($path)
 {
     return Config::BASE_URL() . $path;
 }