Application getLaravel()
void fire() Execute the console command.
string|array option(string $key = null) Get the value of a command option
int run(InputInterface $input, OutputInterface $output) Run the console
void table(array $headers, Arrayable|array $rows,
string ask(string $question, string $default = null) Prompt the user for
void registerCommand(Command $command) Register the given command with
bool|null fire() Execute the console command.
string|array argument(string $key = null) Get the value of a command argument
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 44 of 100