Property | Type | Description | |
---|---|---|---|
$crudName | string | Name of the Crud. | |
$description | string | The console command description. | |
$formFields | array | Form's fields. | |
$locales | string | The locale string. | |
$signature | string | The name and signature of the console command. |
Method | Description | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
handle ( ) : void | Execute the console command. |
Method | Description | |
---|---|---|
templateVars ( string $newLangFile ) : void | Translate form's fields. |
public __construct ( ) : void | ||
return | void |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |