void error(string $string) Write a string as error output.
void error(string $string, null|int|string $verbosity = null) Write a string
void __construct() Create a new console command instance.
void setLaravel(Application $laravel)
bool hasArgument(string|int $name) Determine if the given argument is present
int callSilent(string $command, array $arguments = array()) Call another
bool confirm(string $question, bool $default = false) Confirm a question
void comment(string $string, null|int|string $verbosity = null) Write a
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 21 of 100