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 30th, 2019
There are seven restful controller actions that you should become familiar with. In this episode, we'll review their names and when you would reach for them.
!
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.