Router::input()
  • References/PHP/Laravel/Routing

mixed input(string $key, string $default = null) Get a route parameter

2025-01-10 15:47:30
Router::mergeGroup()
  • References/PHP/Laravel/Routing

static array mergeGroup(array $new, array $old) Merge the given

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

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

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

static array compiles() Get a list of files that should be compiled

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

bool hasArgument(string|int $name) Determine if the given argument is present

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

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

2025-01-10 15:47:30
SortedMiddleware::flip()
  • References/PHP/Laravel/Routing

Collection flip()

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

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

2025-01-10 15:47:30