Kernel
interface Kernel
Methods
void
bootstrap()
Bootstrap the application for HTTP requests.
Response
handle(Request $request)
Handle an incoming HTTP request.
void
terminate(Request $request, Response $response)
Perform any final actions for the request lifecycle.
getApplication()
Get the Laravel application instance.
Details
at line 12
void
bootstrap()
Bootstrap the application for HTTP requests.
at line 20
Response
handle(Request $request)
Handle an incoming HTTP request.
at line 29
void
terminate(Request $request, Response $response)
Perform any final actions for the request lifecycle.
at line 36
Application
getApplication()
Get the Laravel application instance.