class
Illuminate
/
Routing
/
Middleware
/
ValidateSignature
ValidateSignature
Properties
protected
$ignore
array
The names of the parameters that should be ignored.
Default: []
Methods
public
static
relative ( $ignore ) : string
Specify that the URL signature is for a relative URL.
Parameters
- $ignore array|string
public
static
absolute ( $ignore ) : class-string
Specify that the URL signature is for an absolute URL.
Parameters
- $ignore array|string
public
handle ( $request , Closure $next , $args ) : Response
Handle an incoming request.
Parameters
protected
parseArguments ( array $args ) : array
Parse the additional arguments given to the middleware.
Parameters
- $args array