interface
Illuminate
/
Contracts
/
Http
/
Kernel
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
Kernel
Methods
public
bootstrap ( ) : void
Bootstrap the application for HTTP requests.
public
handle ( $request ) : Symfony\...\Response
Handle an incoming HTTP request.
Parameters
- $request Symfony\...\Request
public
terminate ( $request , $response ) : void
Perform any final actions for the request lifecycle.
Parameters
- $request Symfony\...\Request
- $response Symfony\...\Response