/**
  * Get the resource path for the application.
  *
  * @param string $path
  * @return string 
  * @static 
  */
 public static function resourcePath($path = null)
 {
     return \Laravel\Lumen\Application::resourcePath($path);
 }