This is php artisan route:list
since Laravel 5.1
UPDATE
It seems you are using Lumen, not Laravel. Unfortunately, there are not many teams in Lumen, so if you really need to use them, you can create them or just use the Laravel framework instead of Lumen.
Or you can use a package, for example:
https://github.com/sohelamin/lumen-route-list
source share