LoadEnvironmentVariables
class LoadEnvironmentVariables (View source)
Methods
void
void
checkForSpecificEnvironmentFile(Application $app)
Detect if a custom environment file matching the APP_ENV exists.
bool
Dotenv
never
writeErrorAndDie(InvalidFileException $e)
Write the error information to the screen and exit.
Details
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.