class Illuminate / Foundation / Bootstrap / LoadConfiguration
You are viewing an older version of the documentation. For the latest, please visit master documentation.

LoadConfiguration

Methods

public

bootstrap ( Application $app ) : void

Bootstrap the given application.

Parameters

protected

loadConfigurationFiles ( Application $app , Repository $repository ) : void

Load the configuration items from all of the files.

Parameters

protected

getConfigurationFiles ( Application $app ) : array

Get all of the configuration files for the application.

Parameters

protected

getNestedDirectory ( SplFileInfo $file , $configPath ) : string

Get the configuration file nesting path.

Parameters