trait HandlesDatabaseConnections

Methods

void
usesDatabaseConnectionsEnvironmentVariables(Repository $config, string $driver, string $keyword)

Allow database connection settings to be overridden by driver-specific env vars.

Details

at line 22
final protected void usesDatabaseConnectionsEnvironmentVariables(Repository $config, string $driver, string $keyword)

Allow database connection settings to be overridden by driver-specific env vars.

Parameters

Repository $config
string $driver
string $keyword

Return Value

void

Exceptions

InvalidArgumentException