KernelContract
in
Table of Contents
Methods
- boot() : mixed
- getApplication() : ApplicationContract
- Get the application instance.
- handle() : mixed
- terminate() : mixed
Methods
boot()
public
boot() : mixed
getApplication()
Get the application instance.
public
getApplication() : ApplicationContract
Return values
ApplicationContracthandle()
public
handle(Request $request) : mixed
Parameters
- $request : Request
terminate()
public
terminate(Request $request, Response $response) : mixed