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

OutputInterface getOutput() Get the output implementation.

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

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

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

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback

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

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

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

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

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

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

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

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

2025-01-10 15:47:30
SeederMakeCommand::callSilent()
  • References/PHP/Laravel/Database/Console/Seeds

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

2025-01-10 15:47:30
SeederMakeCommand::question()
  • References/PHP/Laravel/Database/Console/Seeds

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

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

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

2025-01-10 15:47:30