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

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

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

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

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

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

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

array options() Get all of the options passed to the command.

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

array arguments() Get all of the arguments passed to the command.

2025-01-10 15:47:30
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