SeedCommand class SeedCommand extends Command
string|array option(string $key = null) Get the value of a command option
void info(string $string, null|int|string $verbosity = null) Write a string
void table(array $headers, Arrayable|array $rows,
bool hasArgument(string|int $name) Determine if the given argument is present
bool hasOption(string $name) Determine if the given option is present.
Application getLaravel()
bool confirm(string $question, bool $default = false) Confirm a question
Page 1 of 6