Property | Type | Description | |
---|---|---|---|
$tokens |
Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$files | |||
$signature | string | The name and signature of the console command. |
Method | Description | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
handle ( ) : mixed | Execute the console command. |
Method | Description | |
---|---|---|
InsertChartIntoFiles ( ) | ||
appendChartApiControllerMethod ( ) | ||
appendChartCdnCall ( ) | ||
appendChartTemplateToIndex ( ) | ||
appendChartVueScript ( ) | ||
appendCssToIndex ( ) | ||
appendRoute ( ) | ||
checkRequirements ( ) | ||
formatModelName ( $model ) | ||
formatModelPath ( $model ) | ||
formatTableName ( $model ) | ||
sendSuccessMessage ( ) | ||
setConfig ( ) | ||
writeEachFile ( ) |
public __construct ( ) : void | ||
return | void |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |