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

Application getLaravel()

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

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

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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

void table(array $headers, array $rows, string $style = 'default') Format

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

void fire() Execute the console command.

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

void fire() Execute the console command.

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

bool confirm(string $question, bool $default = false) Confirm a question

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