array getPatterns() Get the global "where" patterns. Return Value array
bool has(string $name) Check if a route with the given name exists. Parameters string $name Return Value bool
void group(array $attributes, Closure $callback) Create a route group with shared attributes. Parameters array $attributes Closure $callback Return Value void
RouteCollection getRoutes() Get the underlying route collection. Return Value RouteCollection
bool hasGroupStack() Determine if the router currently has a group stack. Return Value bool
array getMiddleware() Get all of the defined middleware short-hand names. Return Value array
string getLastGroupPrefix() Get the prefix from the last group on the stack. Return Value string
Route getCurrentRoute() Get the currently dispatched route instance. Return Value Route
Request getCurrentRequest() Get the request currently being dispatched. Return Value Request
array getGroupStack() Get the current group stack for the router. Return Value array
Page 209 of 996