Web Routes
Let's take care of having our application respond to some URLs using the web routes file.
Adding Routes, Views & Controllers
In this lesson we add views, routes and a controller to our package. We also make a route prefix customizable and add a namespace to our Route group.