class MigrationServiceProvider extends MigrationServiceProvider

Properties

protected $commands

Methods

void
registerRepository()

Override the Laravel repository service.

void
registerMigrator()

Override the Laravel migrator singleton

void
registerMigrateCommand()

Override the Laravel Migrate command

Details

at line 19
protected void registerRepository()

Override the Laravel repository service.

Return Value

void

at line 33
protected void registerMigrator()

Override the Laravel migrator singleton

Return Value

void

at line 50
protected void registerMigrateCommand()

Override the Laravel Migrate command

Return Value

void