class Illuminate / Database / Console / Migrations / InstallCommand
You are viewing an older version of the documentation. For the latest, please visit master documentation.

InstallCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'migrate:install'
protected

$description string

The console command description.

Default: 'Create the migration repository'
protected

$repository MigrationRepositoryInterface

The repository instance.

Default: null

Methods

public

__construct ( MigrationRepositoryInterface $repository ) : void

Create a new migration install command instance.

Parameters

public

handle ( ) : void

Execute the console command.

protected

getOptions ( ) : array

Get the console command options.