TrackPageViewsMiddleware
in package
Tags
Table of Contents
Methods
- handle() : mixed
- shouldTrack() : bool
Methods
handle()
public
handle(Request $request, Closure $next) : mixed
Parameters
- $request : Request
- $next : Closure
shouldTrack()
public
shouldTrack(Response $response, Request $request) : bool
Parameters
- $response : Response
- $request : Request