LoadConfiguration
class LoadConfiguration
Methods
void
void
loadConfigurationFiles(Application $app, Repository $repository)
Load the configuration items from all of the files.
array
string
Details
at line 20
void
bootstrap(Application $app)
Bootstrap the given application.
at line 62
protected void
loadConfigurationFiles(Application $app, Repository $repository)
Load the configuration items from all of the files.
at line 81
protected array
getConfigurationFiles(Application $app)
Get all of the configuration files for the application.
at line 103
protected string
getNestedDirectory(SplFileInfo $file, string $configPath)
Get the configuration file nesting path.