/** * Set the base path for the application. * * @param string $basePath * @return $this * @static */ public static function setBasePath($basePath) { //Method inherited from \Illuminate\Foundation\Application return \App\Application::setBasePath($basePath); }