Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The console command name. |
Method | Description | |
---|---|---|
__construct ( |
Reset constructor. | |
handle ( ) | Execute the console command. |
Method | Description | |
---|---|---|
writeMapping ( $model ) | Create the mapping file. |
public __construct ( |
||
$creator | ||
$composer | Illuminate\Support\Composer |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |