InstallCommand
  • References/PHP/Laravel/Database/Console/Migrations

InstallCommand class InstallCommand extends

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

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

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

OutputInterface getOutput() Get the output implementation.

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

int run(InputInterface $input, OutputInterface $output) Run the console

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

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

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

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

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

RefreshCommand class RefreshCommand extends

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

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

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

int run(InputInterface $input, OutputInterface $output) Run the console

2025-01-10 15:47:30