ConfigClearCommand::option()
  • References/PHP/Laravel/Foundation/Console

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

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

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

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

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

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

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

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

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

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

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

2025-01-10 15:47:30
KeyGenerateCommand::hasOption()
  • References/PHP/Laravel/Foundation/Console

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

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

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

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

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

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

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

2025-01-10 15:47:30