Scaffolder v2.0.0
  • Namespace
  • Class

Namespaces

  • Scaffolder
    • Commands
    • Compilers
      • Core
        • Api
      • Layout
      • View

Classes

  • BaseCommand
  • ClearCacheCommand
  • GeneratorCommand
  • InitializeApiCommand

Class GeneratorCommand

Illuminate\Console\Command
Extended by Scaffolder\Commands\BaseCommand
Extended by Scaffolder\Commands\GeneratorCommand
Namespace: Scaffolder\Commands
Located at Scaffolder/Commands/GeneratorCommand.php

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.

Create a new generator command instance.

Parameters

$themeViews
$themeLayouts
$themeExtension
$extensions

Throws

Exception
public
# handle( )

Execute the Command.

Execute the Command.

Methods inherited from Scaffolder\Commands\BaseCommand

writeStatus()

Properties summary

protected string $signature

Command signature.

Command signature.

# 'scaffolder:generate {--api} {--webExecution}'
protected string $description

Command description.

Command description.

# 'Scaffold an application'
protected string $stubsDirectory

Stubs directory.

Stubs directory.

#
protected Scaffolder\Support\Contracts\ScaffolderThemeViewsInterface $themeViews

Theme views implementation.

Theme views implementation.

#
protected Scaffolder\Support\Contracts\ScaffolderThemeLayoutsInterface $themeLayouts

Theme layouts implementation.

Theme layouts implementation.

#
protected Scaffolder\Support\Contracts\ScaffolderThemeExtensionInterface $themeExtension

Theme extension implementation.

Theme extension implementation.

#
protected Scaffolder\Support\Contracts\ScaffolderExtensionInterface[] $extensions

Extension implementations.

Extension implementations.

#
Scaffolder v2.0.0 API documentation generated by ApiGen