ServiceProviderInterface
interface ServiceProviderInterface (View source)
Interface that service providers must implement
Methods
void
register(Container $container)
Register all dependencies in the IoC container.
void
bootstrap(Container $container)
Bootstrap any services if needed.