RefreshCommand::anticipate()
  • References/PHP/Laravel/Database/Console/Migrations

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

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

void table(array $headers, Arrayable|array $rows,

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

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

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

Application getLaravel()

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

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

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

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

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

string secret(string $question, bool $fallback = true) Prompt the user

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

array options() Get all of the options passed to the command.

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

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

2025-01-10 15:47:30