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

void warn(string $string) Write a string as warning output.

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

void setLaravel(Container $laravel)

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

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

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

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

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

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

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

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

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

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

2025-01-10 15:47:30
MigrateCommand::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
RefreshCommand::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