class Migrate extends MigrateCommand (View source)

Traits

Adds 'tenants' and 'with-pending' options.

Properties

protected $description

Methods

getOptions()

No description

LazyCollection
getTenants()

No description

__construct(Migrator $migrator, Dispatcher $dispatcher)

No description

array
getMigrationPaths()

No description

void
specifyTenantSignature()

No description

string|null
getName()

No description

static string|null
getDefaultName()

No description

static string
getTenantCommandName()

No description

int
handle()

No description

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 array getMigrationPaths()

No description

Return Value

array

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

int handle()

No description

Return Value

int