final class MigrationServiceProvider implements ServiceProviderInterface (View source)

Registers migration infrastructure and CLI commands.

Database-backed services remain lazy so normal framework and CLI bootstrap does not require a configured database connection.

Methods

void

Registers the provider's services in the application container.

void

Details

register

void register(ContainerInterface $container)

Registers the provider's services in the application container.

Parameters

ContainerInterface $container

Container used by the framework runtime.

Return Value

void