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

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

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

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

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

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

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
RollbackCommand::run()
  • References/PHP/Laravel/Database/Console/Migrations

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

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

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

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
InstallCommand::question()
  • References/PHP/Laravel/Database/Console/Migrations

void question(string $string) Write a string as question output.

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

bool hasOption(string $name) Determine if the given option is present.

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

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

2025-01-10 15:47:30