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 18th, 2020
Before we can dive into writing the core logic, let's first set aside fifteen minutes or so to design the main timeline page, using Tailwind.
!
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.