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

bool hasArgument(string|int $name) Determine if the given argument is present

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

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

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

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

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::askWithCompletion()
  • References/PHP/Laravel/Routing/Console

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

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

ControllerMakeCommand class ControllerMakeCommand extends

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

void line(string $string) Write a string as standard output.

2025-01-10 15:47:30
MakeControllerCommand::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
ControllerMakeCommand::choice()
  • References/PHP/Laravel/Routing/Console

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

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