interface
Illuminate
/
Contracts
/
Http
/
Kernel
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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