SortedMiddleware::getCachingIterator()
  • References/PHP/Laravel/Routing

CachingIterator getCachingIterator(int $flags = CachingIterator::CALL_TOSTRING)

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

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

2025-01-10 15:47:30
ControllerInspector deprecated::getMethodData()
  • References/PHP/Laravel/Routing

array getMethodData(ReflectionMethod $method, string $prefix)

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

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

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

string secure(string $path, array $parameters = array()) Generate a secure

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

string action(string $action, mixed $parameters = array(), bool $absolute = true)

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

$this name(string $name) Add or change the route name.

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

string uri() Get the URI associated with the route.

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

Collection unique(string|callable|null $key = null, bool $strict =

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

void forgetParameter(string $name) Unset a parameter on the route if it

2025-01-10 15:47:30