سلام
The HTTP kernel extends the Illuminate\Foundation\Http\Kernel class, which defines an array of bootstrappers that will be run before the request is executed. These bootstrappers configure error handling, configure logging, detect the application environment, and perform other tasks that need to be done before the request is actually handled.
تو این متن bootstrappers configure error handling و configure logging چی هست؟
Feed it HTTP requests and it will return HTTP responses منظور از این متن چیه ؟
Once the application has been bootstrapped and all service providers have been registered, the Request will be handed off to the router for dispatching. منظور از کلمه handed off چیه؟
تشکر