SeederMakeCommand::getOutput()
  • References/PHP/Laravel/Database/Console/Seeds

OutputInterface getOutput() Get the output implementation.

2025-01-10 15:47:30
StatusCommand::arguments()
  • References/PHP/Laravel/Database/Console/Migrations

array arguments() Get all of the arguments passed to the command.

2025-01-10 15:47:30
SeedCommand::hasArgument()
  • References/PHP/Laravel/Database/Console/Seeds

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30
SeedCommand::table()
  • References/PHP/Laravel/Database/Console

void table(array $headers, array $rows, string $style = 'default') Format

2025-01-10 15:47:30
MigrateCommand::options()
  • References/PHP/Laravel/Database/Console/Migrations

array options() Get all of the options passed to the command.

2025-01-10 15:47:30
ResetCommand::confirm()
  • References/PHP/Laravel/Database/Console/Migrations

bool confirm(string $question, bool $default = false) Confirm a question

2025-01-10 15:47:30
InstallCommand::ask()
  • References/PHP/Laravel/Database/Console/Migrations

string ask(string $question, string $default = null) Prompt the user for

2025-01-10 15:47:30
SeederMakeCommand::choice()
  • References/PHP/Laravel/Database/Console/Seeds

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

2025-01-10 15:47:30
MigrateCommand::hasArgument()
  • References/PHP/Laravel/Database/Console/Migrations

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30
InstallCommand::error()
  • References/PHP/Laravel/Database/Console/Migrations

void error(string $string) Write a string as error output.

2025-01-10 15:47:30