Like the video? If you like you can help me keeping doing them by making a donation here.

In this episode we start to deep dive into the Laravel framework for real, and we will learn the concept of Routing. Routing is basically a way to map your website URLs to pieces of your code that run accordingly to that website URL addresses. From here, we will learn different ways to create routes and at the end start creating our practical example that will be used for the next lessons.