class Illuminate / Routing / Matching / UriValidator
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

UriValidator

Implements

Methods

public

matches ( Route $route , Request $request ) : bool

Validate a given rule against a route and request.

Parameters