string ask(string $question, string $default = null) Prompt the user for
string anticipate(string $question, array $choices, string $default = null)
SeederMakeCommand class SeederMakeCommand extends
void __construct(Filesystem $files,
int run(InputInterface $input, OutputInterface $output) Run the console
bool confirm(string $question, bool $default = false) Confirm a question
OutputInterface getOutput() Get the output implementation.
bool hasArgument(string|int $name) Determine if the given argument is present
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array option(string $key = null) Get the value of a command option
Page 3 of 6