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