class
Illuminate
/
Database
/
DatabaseServiceProvider
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
DatabaseServiceProvider
Extends
Properties
protected
static
$fakers array
The array of resolved Faker instances.
Default: []
Methods
public
boot ( ) : void
Bootstrap the application events.
public
register ( ) : void
Register the service provider.
protected
registerConnectionServices ( ) : void
Register the primary database bindings.
protected
registerEloquentFactory ( ) : void
Register the Eloquent factory instance in the container.
protected
registerQueueableEntityResolver ( ) : void
Register the queueable entity resolver implementation.