class
Illuminate
/
Foundation
/
Http
/
Middleware
/
HandlePrecognitiveRequests
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
HandlePrecognitiveRequests
Properties
Methods
public
__construct ( Container $container ) : void
Create a new middleware instance.
Parameters
- $container Container
protected
prepareForPrecognition ( $request ) : void
Prepare to handle a precognitive request.
Parameters
- $request Request