MakeComponent
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.
at line 55
bool|void
createTable()
Create the table component file.
at line 70
protected void
ensureDirectoryExists($path)
No description
at line 82
string
generateFileFromStub()
Generate the component file contents from a stub template.
at line 140
protected void
promptForMissingArguments(InputInterface $input, OutputInterface $output)
No description