class
Illuminate
/
Database
/
DatabaseServiceProvider
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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.