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

void line(string $string, string $style = null, null|int|string $verbosity = null)

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

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

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

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

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

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

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

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

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

Application getLaravel()

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

Application getLaravel()

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