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

bool hasOption(string $name) Determine if the given option is present.

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

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

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

void setLaravel(Container $laravel)

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
SeedCommand::callSilent()
  • References/PHP/Laravel/Database/Console

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

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

void setLaravel(Container $laravel)

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

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

2025-01-10 15:47:30