class Migrate extends MigrateCommand (View source)

Traits

Properties

protected $description

Methods

getOptions()

No description

LazyCollection
getTenants()

No description

__construct(Migrator $migrator, Dispatcher $dispatcher)

No description

getMigrationPaths()

No description

void
specifyTenantSignature()

No description

string|null
getName()

No description

static string|null
getDefaultName()

No description

static string
getTenantCommandName()

No description

mixed
handle()

Execute the console command.

Details

protected getOptions()

No description

protected LazyCollection getTenants()

No description

Return Value

LazyCollection

__construct(Migrator $migrator, Dispatcher $dispatcher)

No description

Parameters

Migrator $migrator
Dispatcher $dispatcher

protected getMigrationPaths()

No description

protected void specifyTenantSignature()

No description

Return Value

void

string|null getName()

No description

Return Value

string|null

static string|null getDefaultName()

No description

Return Value

string|null

static protected string getTenantCommandName()

No description

Return Value

string

mixed handle()

Execute the console command.

Return Value

mixed