프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$laravelVersion | string | Laravel Application version. | |
$name | string | The console command name. |
메소드 | 설명 | |
---|---|---|
getOptions ( ) : array | Get the console command options. | |
handle ( ) : void | Execute the command. |
메소드 | 설명 | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. |
메소드 | 설명 | |
---|---|---|
copyView ( ) | ||
createDirectories ( $viewsPath ) | ||
fillTemplate ( string $templateData ) : string | Replaces dynamic variables of template. | |
getLaravel51Views ( ) | ||
getLaravel52Views ( ) | ||
getViews ( ) | ||
publishHomeController ( ) | ||
updateRoutes ( ) |
protected getArguments ( ) : array | ||
리턴 | array |
protected string $laravelVersion | ||
리턴 | string |