Can we add --web flag to route:list command #39746
-
When --web flag written with route:list command, it should open a web page displaying all the routes and show routes in there more elegantly. Can it be possible to open a web page from artisan command? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeah, this is a good idea. Long routes would be easier to read on the browser (with the horizontal scroll). |
Beta Was this translation helpful? Give feedback.
-
Using the idea from this conversation, I created this package https://github.com/s-patompong/laravel-routes-html that will add a I have no idea how to integrate |
Beta Was this translation helpful? Give feedback.
Yeah, this is a good idea. Long routes would be easier to read on the browser (with the horizontal scroll).