interface Kernel (View source)
| 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. | |
| Application | getApplication() Get the Laravel application instance. | 
Bootstrap the application for HTTP requests.
Handle an incoming HTTP request.
Perform any final actions for the request lifecycle.
Get the Laravel application instance.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/8.x/Illuminate/Contracts/Http/Kernel.html