Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
fire ( ) : void | Execute the console command. |
Method | Description | |
---|---|---|
createSeeder ( ) : boolean | Create the seeder | |
getMigrationPath ( ) : string | Get the seeder path. |
protected createSeeder ( ) : boolean | ||
return | boolean |
protected getMigrationPath ( ) : string | ||
return | string |
protected string $description | ||
return | string |