SeederMakeCommand::askWithCompletion()
  • References/PHP/Laravel/Database/Console/Seeds

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

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

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

2025-01-10 15:47:30
InstallCommand::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
RollbackCommand::callSilent()
  • References/PHP/Laravel/Database/Console/Migrations

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

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
RefreshCommand
  • References/PHP/Laravel/Database/Console/Migrations

RefreshCommand class RefreshCommand extends

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

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

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

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

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

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

2025-01-10 15:47:30