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

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

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

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

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

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

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

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

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

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

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

void table(array $headers, array $rows, string $style = 'default') Format

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

void __construct(ControllerGenerator

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

OutputInterface getOutput() Get the output implementation.

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

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

2025-01-10 15:47:30