Displaying registered routes in Laravel
laravel, php
Solution
You're probably still using an older version of the L4 beta. If you download a fresh copy, you'll see it listed when you run `php artisan`.
Problem
In this screencast: https://tutsplus.com/lesson/displaying-registered-routes/ Jeffrey Way demonstrates a command he created, and links to the github in the description. However there is an update to say that it is now baked into the Laravel 4 core, however I have searched for it to no avail. The general idea is that is lists all routes and the action bind to them. Any help would be appreciated.