BootableServiceProvider
extends
ServiceProvider
in
Interface BootableServiceProvider
Table of Contents
- boot() : void
- Performs bootstrapping tasks right after the service provider is registered to the application.
- provides() : array<string|int, mixed>
- List of types that the service provider provides.
- register() : void
- Registers all of the type definitions and how to construct them.
Methods
boot()
Performs bootstrapping tasks right after the service provider is registered to the application.
public
boot() : void
Return values
void —provides()
List of types that the service provider provides.
public
provides() : array<string|int, mixed>
Return values
array<string|int, mixed> —register()
Registers all of the type definitions and how to construct them.
public
register() : void