LoadEnvironmentVariables
final class LoadEnvironmentVariables extends LoadEnvironmentVariables
| internal |
Methods
void
void
checkForSpecificEnvironmentFile(Application $app)
Detect if a custom environment file matching the APP_ENV exists.
bool
never
writeErrorAndDie(InvalidFileException $e)
Write the error information to the screen and exit.
Details
at line 23
void
bootstrap(Application $app)
Bootstrap the given application.
in
LoadEnvironmentVariables at line 40
protected void
checkForSpecificEnvironmentFile(Application $app)
Detect if a custom environment file matching the APP_ENV exists.
in
LoadEnvironmentVariables at line 63
protected bool
setEnvironmentFilePath(Application $app, string $file)
Load a custom environment file.
in
LoadEnvironmentVariables at line 77
protected never
writeErrorAndDie(InvalidFileException $e)
Write the error information to the screen and exit.