RemindersControllerCommand::option()
  • References/PHP/Laravel/Auth/Console

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

2025-01-10 15:47:30
RemindersControllerCommand::question()
  • References/PHP/Laravel/Auth/Console

void question(string $string) Write a string as question output.

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

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

2025-01-10 15:47:30
ClearRemindersCommand::fire()
  • References/PHP/Laravel/Auth/Console

void fire() Execute the console command.

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

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

2025-01-10 15:47:30
RemindersControllerCommand::setLaravel()
  • References/PHP/Laravel/Auth/Console

void setLaravel(Application $laravel)

2025-01-10 15:47:30
ClearResetsCommand::anticipate()
  • References/PHP/Laravel/Auth/Console

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

2025-01-10 15:47:30
RemindersControllerCommand::call()
  • References/PHP/Laravel/Auth/Console

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

2025-01-10 15:47:30
RemindersControllerCommand::confirm()
  • References/PHP/Laravel/Auth/Console

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

2025-01-10 15:47:30
MakeAuthCommand::askWithCompletion()
  • References/PHP/Laravel/Auth/Console

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

2025-01-10 15:47:30