프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$appName | |||
$description | string | The console command description. | |
$files | |||
$masterName | |||
$signature | string | The name and signature of the console command. |
메소드 | 설명 | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
handle ( ) : mixed | Execute the console command. |
메소드 | 설명 | |
---|---|---|
getMasterTemplate ( $appName, $fileName, $masterName ) | ||
makeLayoutsFolder ( ) | ||
makeMasterFiles ( ) | ||
sendSuccessMessage ( ) | ||
setFileNamesAndPaths ( ) | ||
writeEachMasterFile ( $appName, array $files ) |
protected string $signature | ||
리턴 | string |