Property | Type | Description | |
---|---|---|---|
$tableName |
Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
Method | Description | |
---|---|---|
__construct ( ) | Create a new command instance. | |
controllerClassName ( ) | ||
controllersDir ( ) | ||
generateController ( ) | ||
generateModel ( ) | ||
generateRoute ( ) | ||
generateRouteModelBinding ( ) | ||
generateViews ( ) | ||
handle ( ) : mixed | Execute the console command. | |
modelClassName ( ) | ||
modelVariableName ( ) | ||
modelsDir ( ) | ||
route ( ) | ||
templatesDir ( ) | ||
titlePlural ( ) | ||
titleSingular ( ) | ||
viewsDir ( ) | ||
viewsDirName ( ) |
Method | Description | |
---|---|---|
confirmOverwrite ( $file ) | ||
getUpdatedContent ( $existingContent, $route ) |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |