class
Illuminate
/
Database
/
Console
/
Migrations
/
InstallCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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'
Methods
public
__construct ( MigrationRepositoryInterface $repository ) : void
Create a new migration install command instance.
Parameters
- $repository MigrationRepositoryInterface
public
handle ( ) : void
Execute the console command.
protected
getOptions ( ) : array
Get the console command options.