databasePath() public method

Get the database path for the application.
public databasePath ( ) : string
return string
 /**
  * Get the database path for the application.
  *
  * @return string 
  * @static 
  */
 public static function databasePath()
 {
     return \Laravel\Lumen\Application::databasePath();
 }