path() public method

Get the path to the application "app" directory.
public path ( ) : string
return string
 /**
  * Get the path to the application "app" directory.
  *
  * @return string 
  * @static 
  */
 public static function path()
 {
     return \Laravel\Lumen\Application::path();
 }