class
Illuminate
/
Foundation
/
Bootstrap
/
LoadConfiguration
LoadConfiguration
Methods
public
bootstrap ( Application $app ) : void
Bootstrap the given application.
Parameters
- $app Application
protected
loadConfigurationFiles ( Application $app , Repository $repository ) : void
Load the configuration items from all of the files.
Parameters
- $app Application
- $repository Repository
protected
getConfigurationFiles ( Application $app ) : array
Get all of the configuration files for the application.
Parameters
- $app Application
protected
getNestedDirectory ( SplFileInfo $file , $configPath ) : string
Get the configuration file nesting path.
Parameters
- $file SplFileInfo
- $configPath string