MigrateCommand::getLaravel()
  • References/PHP/Laravel/Database/Console/Migrations

Application getLaravel()

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

bool hasOption(string $name) Determine if the given option is present.

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

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

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

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

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

void fire() Execute the console command.

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

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

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