PHP Class App\Bootstrappers\LoadConfiguration

Inheritance: extends Illuminate\Foundation\Bootstrap\LoadConfiguration
Show file Open project: xpressengine/xpressengine

Protected Methods

Method Description
loadConfigurationFiles ( Illuminate\Contracts\Foundation\Application $app, Illuminate\Contracts\Config\Repository $repository ) : void Load the configuration items from all of the files.
mergeEnv ( Illuminate\Contracts\Config\Repository $repository, string $env, array $filesByEnv ) : void Merge the items in the given files into the items.

Method Details

loadConfigurationFiles() protected method

Load the configuration items from all of the files.
protected loadConfigurationFiles ( Illuminate\Contracts\Foundation\Application $app, Illuminate\Contracts\Config\Repository $repository ) : void
$app Illuminate\Contracts\Foundation\Application
$repository Illuminate\Contracts\Config\Repository
return void

mergeEnv() protected method

Merge the items in the given files into the items.
protected mergeEnv ( Illuminate\Contracts\Config\Repository $repository, string $env, array $filesByEnv ) : void
$repository Illuminate\Contracts\Config\Repository
$env string
$filesByEnv array
return void