MiddlewareInterface
in
Middleware interface
Tags
Table of Contents
Methods
- handle() : mixed
- Process middleware
Methods
handle()
Process middleware
public
handle(mixed $request, Closure $next) : mixed
Parameters
- $request : mixed
- $next : Closure