LoadEnvironmentVariables
class LoadEnvironmentVariables (View source)
Methods
void
void
checkForSpecificEnvironmentFile(Application $app)
Detect if a custom environment file matching the APP_ENV exists.
bool
Details
void
bootstrap(Application $app)
Bootstrap the given application.
protected void
checkForSpecificEnvironmentFile(Application $app)
Detect if a custom environment file matching the APP_ENV exists.
protected bool
setEnvironmentFilePath(Application $app, string $file)
Load a custom environment file.