RemindersTableCommand::confirm()
  • References/PHP/Laravel/Auth/Console

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

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

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

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

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

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

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

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

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

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

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

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

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

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

int run(InputInterface $input, OutputInterface $output) Run the console

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

int run(InputInterface $input, OutputInterface $output) Run the console

2025-01-10 15:47:30