LoadEnvironmentVariables
class LoadEnvironmentVariables
Methods
void
void
checkForSpecificEnvironmentFile(Application $app)
Detect if a custom environment file matching the APP_ENV exists.
void
Details
at line 18
void
bootstrap(Application $app)
Bootstrap the given application.
at line 39
protected void
checkForSpecificEnvironmentFile(Application $app)
Detect if a custom environment file matching the APP_ENV exists.
at line 63
protected void
setEnvironmentFilePath(Application $app, string $file)
Load a custom environment file.