Example #1
0
 /**
  * Get the base path of the Laravel installation.
  *
  * @return string 
  * @static 
  */
 public static function basePath()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \October\Rain\Foundation\Application::basePath();
 }