DownCommand::hasOption()
  • References/PHP/Laravel/Foundation/Console

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

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

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

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

Application getLaravel()

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

OutputInterface getOutput() Get the output implementation.

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

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

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

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

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

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

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

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

2025-01-10 15:47:30
ClosureCommand::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
StorageLinkCommand::setLaravel()
  • References/PHP/Laravel/Foundation/Console

void setLaravel(Container $laravel)

2025-01-10 15:47:30