October\Rain\Foundation\Bootstrap\LoadConfiguration

Overview

LoadConfiguration bootstraps the configuration instance

Extends
  • Illuminate\Foundation\Bootstrap\LoadConfiguration

Public Methods

public bootstrap()

public bootstrap($app): void

bootstrap the given application.

Protected Methods

protected loadConfigurationFiles()

protected loadConfigurationFiles(
    Illuminate\Contracts\Foundation\Application $app,
    Illuminate\Contracts\Config\Repository $repository
): void 

loadConfigurationFiles from all of the files.

Show inherited protected methods

Inherited Protected Methods

  • getConfigurationFiles() - Get all of the configuration files for the application. (defined in Illuminate\Foundation\Bootstrap\LoadConfiguration)
  • getNestedDirectory() - Get the configuration file nesting path. (defined in Illuminate\Foundation\Bootstrap\LoadConfiguration)