RollbackCommand::argument()
  • References/PHP/Laravel/Database/Console/Migrations

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

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

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

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

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

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

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

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

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

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

void __construct(MigrationCreator

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

void setLaravel(Container $laravel)

2025-01-10 15:47:30