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

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

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

ControllerMakeCommand class ControllerMakeCommand extends

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

void __construct(Filesystem $files)

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

void line(string $string) Write a string as standard output.

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

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

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

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

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

bool|null fire() Execute the console command.

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

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

2025-01-10 15:47:30