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

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

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

bool hasOption(string $name) Determine if the given option is present.

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

MakeControllerCommand class MakeControllerCommand extends

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

void __construct(Filesystem $files)

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

OutputInterface getOutput() Get the output implementation.

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

bool|null fire() Execute the console command.

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

string ask(string $question, string $default = null) Prompt the user for

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

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

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

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

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