Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$migrator | Illuminate\Database\Migrations\Migrator | The migrator instance. | |
$module | |||
$name | string | The console command name. |
Méthode | Description | |
---|---|---|
__construct ( Illuminate\Database\Migrations\Migrator $migrator, |
Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
Méthode | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getMigrationPaths ( ) : array | Get all of the migration paths. | |
getOptions ( ) : array | Get the console command options. |
public __construct ( Illuminate\Database\Migrations\Migrator $migrator, |
||
$migrator | Illuminate\Database\Migrations\Migrator | |
$module |
protected getArguments ( ) : array | ||
Résultat | array |
protected getMigrationPaths ( ) : array | ||
Résultat | array |
protected getOptions ( ) : array | ||
Résultat | array |
protected string $description | ||
Résultat | string |
protected Migrator,Illuminate\Database\Migrations $migrator | ||
Résultat | Illuminate\Database\Migrations\Migrator |
protected Modules,Caffeinated\Modules $module | ||
Résultat |