rojonunoo's avatar

Dingo Routes:list

After implementing Dingo into my lumen 5.5 project i am failing to display all routes, like in laravel you get to do php artisan route:list. I was working with the default lumen routing system where i could successfully display all my routes but after changing i can't seem to get a package or how to display dingo routes. Any Help will be very appreciated thanks.

0 likes
2 replies
ejdelmonico's avatar

Does this older command work? php artisan api:routes

rojonunoo's avatar

@ejdelmonico its doesn't work for some reason i think it was taken out of lumen too. That command spits out this error --> Command "api:route" is not defined.

Please or to participate in this conversation.