Introduction
In this chapter, we'll go through some ways to use Laravel's routing system. There are two basic ways to route our application: either setting the routes in the routes.php
file with closures or using controllers. We'll see the power that each of these methods holds and show how they can be used in our application.