Example #1
0
 /**
  * Get the base resource URI for a given resource.
  *
  * @param string $resource
  * @return string 
  * @static 
  */
 public static function getResourceUri($resource)
 {
     return \Illuminate\Routing\Router::getResourceUri($resource);
 }