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

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

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

void fire() Execute the console command.

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

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

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

void info(string $string) Write a string as information output.

2025-01-10 15:47:30