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

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

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

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

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

void setLaravel(Application $laravel)

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

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

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

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

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

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

2025-01-10 15:47:30