void __construct() Create a new console command instance.
void warn(string $string, null|int|string $verbosity = null) Write a string
string|array argument(string $key = null) Get the value of a command argument
string askWithCompletion(string $question, array $choices, string $default = null)
int run(InputInterface $input, OutputInterface $output) Run the console
void setLaravel(Application $laravel)
Application getLaravel()
void fire() Execute the console command.
string|array option(string $key = null) Get the value of a command option
Page 50 of 100