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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

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

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

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

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

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

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

OutputInterface getOutput() Get the output implementation.

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

void __construct(Filesystem $files,

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

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

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

void line(string $string) Write a string as standard output.

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

void __construct() Create a new console command instance.

2025-01-10 15:47:30