void __construct() Create a new console command instance.
string secret(string $question, bool $fallback = true) Prompt the user
Application getLaravel()
void line(string $string, string $style = null, null|int|string $verbosity = null)
void warn(string $string, null|int|string $verbosity = null) Write a string
array options() Get all of the options passed to the command.
int call(string $command, array $arguments = array()) Call another console
void question(string $string, null|int|string $verbosity = null) Write
int run(InputInterface $input, OutputInterface $output) Run the console
bool hasOption(string $name) Determine if the given option is present.
Page 15 of 23