MigrateCommand class MigrateCommand extends
string askWithCompletion(string $question, array $choices, string $default = null)
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Application getLaravel()
string secret(string $question, bool $fallback = true) Prompt the user
void fire() Execute the console command.
void comment(string $string) Write a string as comment output.
void info(string $string) Write a string as information output.
void line(string $string, string $style = null, null|int|string $verbosity = null)
int run(InputInterface $input, OutputInterface $output) Run the console
Page 7 of 23