final class SyncDatabaseEnvironmentVariables

internal  
 

Traits

Methods

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

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

void
bootstrap(Application $app)

Bootstrap the given application.

Details

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

at line 21
void bootstrap(Application $app)

Bootstrap the given application.

Parameters

Application $app

Return Value

void