InstallCommand::secret()
  • References/PHP/Laravel/Database/Console/Migrations

string secret(string $question, bool $fallback = true) Prompt the user

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

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

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
StatusCommand::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
SeederMakeCommand::call()
  • References/PHP/Laravel/Database/Console/Seeds

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

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

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

2025-01-10 15:47:30
BaseCommand::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
RefreshCommand::getLaravel()
  • References/PHP/Laravel/Database/Console/Migrations

Application getLaravel()

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

RollbackCommand class RollbackCommand extends

2025-01-10 15:47:30