class MakeComponent extends Command implements PromptsForMissingInput

Properties

protected $signature
protected $description
protected ComponentParser $parser

Methods

handle()

No description

createTable()

No description

void
ensureDirectoryExists($path)

No description

generateFileFromStub()

No description

void
promptForMissingArguments(InputInterface $input, OutputInterface $output)

No description

Details

at line 23
handle()

No description

at line 43
createTable()

No description

at line 56
protected void ensureDirectoryExists($path)

No description

Parameters

$path

Return Value

void

at line 63
generateFileFromStub()

No description

at line 120
protected void promptForMissingArguments(InputInterface $input, OutputInterface $output)

No description

Parameters

InputInterface $input
OutputInterface $output

Return Value

void