Hello,
You can use php artisan routes command to list all routes and its corresponding controller@method. If you are planning to work on it programmatically, check this file the handles routes command:
https://github.com/laravel/framework/blob/5.0/src/Illuminate/Foundation/Console/RouteListCommand.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community