void warn(string $string, null|int|string $verbosity = null) Write a string
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
void question(string $string, null|int|string $verbosity = null) Write
array arguments() Get all of the arguments passed to the command.
void error(string $string, null|int|string $verbosity = null) Write a string
string secret(string $question, bool $fallback = true) Prompt the user
void setLaravel(Application $laravel)
void fire() Execute the console command.
void info(string $string, null|int|string $verbosity = null) Write a string
Page 18 of 23