Laravel Routing
Routing provides us a good top-down view of our entire application.
Build out your entire application starting from the routes. It is the birds-eye view of your application and is responsible for how data and users flow through your application. Make sure you are using all the right techniques to simplify your code and make your Laravel app easy to navigate.
Source code: https://github.com/scotch-io/laravel-...