Property | Type | Description | |
---|---|---|---|
$attr | |||
$description | string | The console command description. | |
$files | Illuminate\Filesystem\Filesystem | The filesystem instance. | |
$originComposerStr | |||
$signature |
Method | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) | Create a new controller creator command instance. | |
fire ( ) : boolean | null | Execute the console command. |
Method | Description | |
---|---|---|
buildCode ( $stub ) : string | buildCode | |
clean ( ) : void | clean | |
confirmInfo ( ) : boolean | confirmInfo | |
copyThemeDirectory ( ) | ||
findComposer ( ) : string | findComposer | |
getPath ( ) : |
get theme directory | |
getPlugin ( ) : |
getTargetPlugin | |
getStub ( $filename ) : string | Get the stub file for the generator. | |
getThemeDescription ( $id, |
getThemeDescription | |
getThemeFile ( |
getThemeFile | |
getThemeId ( |
getThemeId | |
getThemeTitle ( ) : array | string | getThemeTitle | |
makeDirectory ( $path ) : void | makeDirectory | |
makeThemeClass ( ) | makeThemeClass | |
registerTheme ( ) : integer | registerTheme | |
replaceCode ( &$stub, $search, $replace ) | replaceCode | |
runComposerDump ( $path ) |
Method | Description | |
---|---|---|
attr ( $key ) : mixed | attr |
public __construct ( Illuminate\Filesystem\Filesystem $files ) | ||
$files | Illuminate\Filesystem\Filesystem |
protected getPath ( ) : |
||
return |
protected getPlugin ( ) : |
||
return |
protected getThemeDescription ( $id, |
||
$id | ||
$plugin | ||
return | array | string |
protected getThemeFile ( |
||
$plugin | ||
$path | ||
$themeClass | ||
return | array | string |
protected getThemeId ( |
||
$plugin | ||
$class | ||
return | array | string |
protected getThemeTitle ( ) : array | string | ||
return | array | string |
protected makeDirectory ( $path ) : void | ||
$path | ||
return | void |
protected replaceCode ( &$stub, $search, $replace ) | ||
$stub | ||
$search | ||
$replace |
protected string $description | ||
return | string |
protected Filesystem,Illuminate\Filesystem $files | ||
return | Illuminate\Filesystem\Filesystem |