FREELessons: 2Length: 13 minutes

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

In this course, we'll take a close look at how Laravel Router works. Along the way, we'll stop to analyze some of the decisions and nuances in its design. We'll also talk about some of the awesome features that have been recently added to Laravel Router.

1.How It Works: Laravel Router
2 lessons, 12:54

1.1
Introduction
00:24

1.2
How It's Made: Laravel Router
12:30


1.1 Introduction

[SOUND] The router has been the core of the Laravel framework since quite literally the beginning. It's certainly changed a lot over the years, and it's more powerful than ever. I'm Matt Machuga. And in this video, I'm gonna take you on a deep dive of how the router works, what you should know about the flow of an ACDP request, and what magic lies behind the router's more interesting features.

Back to the top