void info(string $string, null|int|string $verbosity = null) Write a string
bool confirm(string $question, bool $default = false) Confirm a question
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
string ask(string $question, string $default = null) Prompt the user for
int run(InputInterface $input, OutputInterface $output) Run the console
void __construct() Create a new console command instance.
Application getLaravel()
Page 19 of 31