Class GeneratorCommand
- Illuminate\Console\Command
- Scaffolder\Commands\BaseCommand
- Scaffolder\Commands\GeneratorCommand
Methods summary
public
|
#
__construct( Scaffolder\Support\Contracts\ScaffolderThemeViewsInterface $themeViews, Scaffolder\Support\Contracts\ScaffolderThemeLayoutsInterface $themeLayouts, Scaffolder\Support\Contracts\ScaffolderThemeExtensionInterface $themeExtension, array $extensions )
Create a new generator command instance. |
public
|
Methods inherited from Scaffolder\Commands\BaseCommand
Properties summary
protected
string
|
$signature
Command signature. |
#
'scaffolder:generate {--api} {--webExecution}'
|
protected
string
|
$description
Command description. |
#
'Scaffold an application'
|
protected
string
|
$stubsDirectory
Stubs directory. |
|
protected
Scaffolder\Support\Contracts\ScaffolderThemeViewsInterface
|
$themeViews
Theme views implementation. |
|
protected
Scaffolder\Support\Contracts\ScaffolderThemeLayoutsInterface
|
$themeLayouts
Theme layouts implementation. |
|
protected
Scaffolder\Support\Contracts\ScaffolderThemeExtensionInterface
|
$themeExtension
Theme extension implementation. |
|
protected
Scaffolder\Support\Contracts\ScaffolderExtensionInterface[]
|
$extensions
Extension implementations. |