class Kernel extends Kernel (View source)

The application's HTTP kernel.

This class defines the global middleware stack that runs during every HTTP request. It acts as the main entry point for handling requests and responses.

Properties

protected array<int,class-string|string> $middleware

The application's global HTTP middleware stack.