class GenerateBlocks extends Command (View source)

Constants

NO_BLOCKS_DEFINED

SCANNING_BLOCKS

Properties

protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

protected Filesystem $filesystem
protected Factory $viewFactory

Methods

__construct(Filesystem $filesystem, Factory $viewFactory)

No description

mixed
handle()

Executes the console command.

string
makeDirectory(string $directory)

Recursively make a directory.

Details

__construct(Filesystem $filesystem, Factory $viewFactory)

No description

Parameters

Filesystem $filesystem
Factory $viewFactory

mixed handle()

Executes the console command.

Return Value

mixed

string makeDirectory(string $directory)

Recursively make a directory.

Parameters

string $directory

Return Value

string