MakeAuthCommand::hasOption()
  • References/PHP/Laravel/Auth/Console

bool hasOption(string $name) Determine if the given option is present.

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

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

2025-01-10 15:47:30
ClearRemindersCommand::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
MakeAuthCommand::run()
  • References/PHP/Laravel/Auth/Console

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

2025-01-10 15:47:30
MakeAuthCommand::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
MakeAuthCommand::confirm()
  • References/PHP/Laravel/Auth/Console

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

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

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

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

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

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

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

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

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

2025-01-10 15:47:30