interface Illuminate / Routing / Matching / ValidatorInterface

ValidatorInterface

Methods

public

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

Validate a given rule against a route and request.

Parameters