Hi, I'm Jeffrey. I'm the creator of Laracasts and spend most of my days building the site and thinking of new ways to teach confusing concepts. I live in Orlando, Florida with my wife and two kids.
About This Episode
Published on Sep 9th, 2019
Before we dig into the nuts and bolts of Laravel, let's first zoom out and discuss what exactly happens when a request comes in.
!
Important Updates
|Since Laravel 6
Laravel 8 no longer automatically applies a controller namespace to your route definitions. Learn More.
Laravel 8 now places Eloquent models within the app/Models directory. This means an App\Post namespace should now be App\Models\Post.