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

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

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

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

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

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

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

string|array argument(string $key = null) Get the value of a command argument

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
SeedCommand::option()
  • References/PHP/Laravel/Database/Console/Seeds

string|array option(string $key = null) Get the value of a command option

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

void fire() Execute the console command.

2025-01-10 15:47:30