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

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

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

void setLaravel(Container $laravel)

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

OutputInterface getOutput() Get the output implementation.

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

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

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

void info(string $string) Write a string as information output.

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

array arguments() Get all of the arguments passed to the command.

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

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

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

void setLaravel(Application $laravel)

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

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

2025-01-10 15:47:30