InstallCommand::call()
  • References/PHP/Laravel/Database/Console/Migrations

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

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

void setLaravel(Application $laravel)

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

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

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

string|array argument(string $key = null) Get the value of a command argument

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

OutputInterface getOutput() Get the output implementation.

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

string|array argument(string $key = null) Get the value of a command argument

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