SeedCommand::comment()
  • References/PHP/Laravel/Database/Console/Seeds

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

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

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

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

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

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

bool confirm(string $question, bool $default = false) Confirm a question

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

Application getLaravel()

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

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

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

OutputInterface getOutput() Get the output implementation.

2025-01-10 15:47:30