5 class Application extends \Illuminate\Foundation\Application
8 * Get the path to the application configuration files.
10 * @param string $path Optionally, a path to append to the config path
14 public function configPath($path = '')
16 return $this->basePath
21 . ($path ? DIRECTORY_SEPARATOR . $path : $path);