LoadConfiguration
in package
Table of Contents
- bootstrap() : void
- Bootstrap the given application.
- getEnvironmentConfiguration() : array<string|int, mixed>
- Load the environment configuration.
- getEnvironmentFromHost() : void
- Returns the environment based on hostname.
Methods
bootstrap()
Bootstrap the given application.
public
bootstrap(Application $app) : void
Parameters
- $app : Application
Return values
void —getEnvironmentConfiguration()
Load the environment configuration.
protected
getEnvironmentConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed> —getEnvironmentFromHost()
Returns the environment based on hostname.
protected
getEnvironmentFromHost(Application $app) : void
Parameters
- $app : Application