string|array argument(string $key = null) Get the value of a command argument
int run(InputInterface $input, OutputInterface $output) Run the console
Illuminate\Database\Console\Seeds Classes
bool hasOption(string $name) Determine if the given option is present.
void question(string $string, null|int|string $verbosity = null) Write
void __construct(Migrator $migrator)
bool confirm(string $question, bool $default = false) Confirm a question
void info(string $string, null|int|string $verbosity = null) Write a string
void comment(string $string, null|int|string $verbosity = null) Write a
string askWithCompletion(string $question, array $choices, string $default = null)
Page 30 of 31