ControllerMakeCommand::argument()
  • References/PHP/Laravel/Routing/Console

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

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

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

2025-01-10 15:47:30
ControllerMakeCommand::options()
  • References/PHP/Laravel/Routing/Console

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

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

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

2025-01-10 15:47:30
MiddlewareMakeCommand::table()
  • References/PHP/Laravel/Routing/Console

void table(array $headers, Arrayable|array $rows,

2025-01-10 15:47:30
MiddlewareMakeCommand::call()
  • References/PHP/Laravel/Routing/Console

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

2025-01-10 15:47:30
MiddlewareMakeCommand::option()
  • References/PHP/Laravel/Routing/Console

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

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

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

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

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

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

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

2025-01-10 15:47:30