MakeControllerCommand::error()
  • References/PHP/Laravel/Routing/Console

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

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

MiddlewareMakeCommand class MiddlewareMakeCommand extends

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

Application getLaravel()

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

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

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

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

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

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

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

void question(string $string, null|int|string $verbosity = null) Write

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

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

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

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

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

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

2025-01-10 15:47:30