class MakeComponent extends Command implements PromptsForMissingInput

Properties

protected $signature
protected $description
protected ComponentParser $parser

Methods

void
handle()

Execute the console command.

bool|void
createTable()

Create the table component file.

void
ensureDirectoryExists($path)

No description

string
generateFileFromStub()

Generate the component file contents from a stub template.

void
promptForMissingArguments(InputInterface $input, OutputInterface $output)

No description

Details

at line 29
void handle()

Execute the console command.

Return Value

void

at line 55
bool|void createTable()

Create the table component file.

Return Value

bool|void

at line 70
protected void ensureDirectoryExists($path)

No description

Parameters

$path

Return Value

void

at line 82
string generateFileFromStub()

Generate the component file contents from a stub template.

Return Value

string

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

No description

Parameters

InputInterface $input
OutputInterface $output

Return Value

void