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

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

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

array resolveMethodDependencies(array $parameters, ReflectionFunctionAbstract $reflector)

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

mixed random(int $amount = 1) Get one or more items randomly from the collection

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

void __construct(array|string $methods, string $uri, Closure|array $action)

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

string asset(string $path, bool $secure = null) Generate the URL to an

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

RedirectResponse to(string $path, int $status = 302, array $headers

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

array parameterNames() Get all of the parameter names for the route.

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

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

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

void offsetSet(mixed $key, mixed $value) Set the item at a given offset

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

void forceRootUrl(string $root) Set the forced root URL.

2025-01-10 15:47:30