RollbackCommand::getOutput()
  • References/PHP/Laravel/Database/Console/Migrations

OutputInterface getOutput() Get the output implementation.

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

void __construct(Migrator $migrator)

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

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

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

InstallCommand class InstallCommand extends

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

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

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

OutputInterface getOutput() Get the output implementation.

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

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

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