BaseCommand::info()
  • References/PHP/Laravel/Database/Console/Migrations

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

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

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

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

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

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

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

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

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

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

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

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

ResetCommand class ResetCommand extends

2025-01-10 15:47:30