class DatabaseServiceProvider extends DatabaseServiceProvider

Methods

void
boot()

Bootstrap the application events.

void
register()

Register the service provider.

void
registerConnectionServices()

Register the primary database bindings.

void
registerDoctrineTypes()

Register custom types with the Doctrine DBAL library.

Details

at line 19
void boot()

Bootstrap the application events.

Return Value

void

at line 32
void register()

Register the service provider.

Return Value

void

at line 52
protected void registerConnectionServices()

Register the primary database bindings.

Return Value

void

at line 82
protected void registerDoctrineTypes()

Register custom types with the Doctrine DBAL library.

Return Value

void