프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$tableName |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
메소드 | 설명 | |
---|---|---|
__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 ( ) |
메소드 | 설명 | |
---|---|---|
confirmOverwrite ( $file ) | ||
getUpdatedContent ( $existingContent, $route ) |
protected string $signature | ||
리턴 | string |