EnvironmentVariables

EnvironmentVariables

class EnvironmentVariables (View source)

PHP $_ENV loader for protecting sensitive configuration options.

Inspired by the wonderful "Dotenv" library by Vance Lucas.

Methods

void __construct(EnvironmentVariablesLoaderInterface $loader)

The server environment instance.

load(string $environment = null)

Load the server variables for a given environment.

doc_Laravel
2016-11-02 16:17:00
Comments
Leave a Comment

Please login to continue.