StatusCommand::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
StatusCommand::options()
  • References/PHP/Laravel/Database/Console/Migrations

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

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

string|array argument(string $key = null) Get the value of a command argument

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

string anticipate(string $question, array $choices, string $default = null)

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

void table(array $headers, Arrayable|array $rows,

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

string|array option(string $key = null) Get the value of a command option

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

Application getLaravel()

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

int callSilent(string $command, array $arguments = array()) Call another

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

string|array option(string $key = null) Get the value of a command option

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

void question(string $string, null|int|string $verbosity = null) Write

2025-01-10 15:47:30