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 24th, 2019
In this episode, you'll learn how to detect and highlight the current page in your navigation bar. We can use the Request facade for this.
!
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.