InstallCommand::askWithCompletion()
  • References/PHP/Laravel/Database/Console/Migrations

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

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

void __construct(Migrator $migrator)

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

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

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

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

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

string ask(string $question, string $default = null) Prompt the user for

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

InstallCommand class InstallCommand extends

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

void table(array $headers, Arrayable|array $rows,

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

OutputInterface getOutput() Get the output implementation.

2025-01-10 15:47:30