Views
Up next, let's talk about how to add view files and how we can load them into our route. We'll finish it up by talking about the Route::view shorthand notation.
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.