MigrateMakeCommand::secret()
  • References/PHP/Laravel/Database/Console/Migrations

string secret(string $question, bool $fallback = true) Prompt the user

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

string secret(string $question, bool $fallback = true) Prompt the user

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

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

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

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

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

RefreshCommand class RefreshCommand extends

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

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

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

bool|null fire() Execute the console command.

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

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

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

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

2025-01-10 15:47:30