ResetCommand class ResetCommand extends
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Application getLaravel()
void info(string $string, null|int|string $verbosity = null) Write a string
void line(string $string) Write a string as standard output.
void table(array $headers, Arrayable|array $rows,
string|array argument(string $key = null) Get the value of a command argument
void warn(string $string, null|int|string $verbosity = null) Write a string
int call(string $command, array $arguments = array()) Call another console
void fire() Execute the console command.
Page 17 of 31