MigrateCommand::setLaravel()
  • References/PHP/Laravel/Database/Console/Migrations

void setLaravel(Container $laravel)

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

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

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

void fire() Execute the console command.

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

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

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

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

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

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

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

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

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

void fire() Execute the console command.

2025-01-10 15:47:30