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 Mar 26th, 2020
Now that we have the necessary functionality to follow other Tweety users, we can fully expand the timeline to include all relevant posts.
!
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.