Laravel Request Lifecycle: HTTP / Console Kernels

extends the Illuminate\Foundation\Http\Kernel class.

also defines a list of HTTP middleware that all requests must pass through before being handled by the application.

Dispatch Request

Service Providers

One of the most important Kernel bootstrapping actions is loading the service providers for your application.

Laravel Request Lifecycle: HTTP / Console Kernels — Structure map

Clickable & Draggable!

Laravel Request Lifecycle: HTTP / Console Kernels — Related pages: