Laravel Request Life Cycle in Hindi
The goal of this video is to give you a good, high-level overview of how the Laravel framework works.
The entry point for all requests to a Laravel application is the public/index.php file. All requests are directed to this file by your web server (Apache / Nginx) configuration. The index.php file doesn't contain much code. Rather, it is a starting point for loading the rest of the framework.
Next, the incoming request is sent to either the HTTP kernel or the console kernel, depending on the type of request that is entering the application.
These two kernels serve as the central location that all requests flow. For now, let's just focus on the HTTP kernel, which is located in app/Http/Kernel.php.
The HTTP kernel also defines a list of HTTP middleware that all requests must pass through before being handled by the application.
One of the most important kernel bootstrapping actions is loading the service providers for your application. All of the service providers for the application are configured in the config/app.php configuration file's providers array.
One of the most important service providers in your application is the App\Providers\RouteServiceProvider. This service provider loads the route files contained within your application's routes directory. Go ahead, crack open the RouteServiceProvider code and take a look at how it works!
Please Like and Subscribe. This will really boost my confidence and encourage me to make more and more videos.
laravel tutorial for beginners step by step,
laravel tutorial,
php laravel,
laravel from scratch,
laravel framework,
Lifecycle laravel
laravel 8
laravel for beginners
laravel 8 tutorial
laravel 9
Laravel request lifecycle in hindi
laravel request lifecycle
Laravel lifecycle diagram
Laravel framework tutorial for beginners
laravel full course
laravel 8 tutorial for beginners
laravel 9 tutorial
how to learn laravel
learn laravel step by step
#laravellifecycleinhindi #laravellifecycle #laravelrequestlifecycle #laravel8
#laravelhindi #laraveltutorialhindi