pretty-routes icon indicating copy to clipboard operation
pretty-routes copied to clipboard

New Feature request

Open ghost opened this issue 7 years ago • 3 comments

Sorry , i just wanted request new feature . could you please add grouped routes. for example.. all oauth related routes will be something like this.

Oauth Routes-
'oauth/authorize'   '\Laravel\Passport\Http\Controllers\AuthorizationController@authorize'
'oauth/authorize'     '\Laravel\Passport\Http\Controllers\ApproveAuthorizationController@approve'

User Routes-
'user'                         'UserController@registerUser' 

and etc. so we can easily scan through this. now i'm getting 100 of routes in this page. not very friendly

ghost avatar Oct 23 '16 09:10 ghost

Grouping routes is inconvenient because the package lists them in the order in which they will be called.

andrey-helldar avatar Oct 02 '20 11:10 andrey-helldar

This will be implemented in my fork of this package: https://github.com/andrey-helldar/pretty-routes/issues/5

andrey-helldar avatar Oct 02 '20 16:10 andrey-helldar

I understand that the question in this thread is very old and, apparently, Gary is busy with the main work, so I released my version from the fork as self-contained package. It's easier to look at a package than to talk about its changes: https://github.com/andrey-helldar/pretty-routes

andrey-helldar avatar Oct 03 '20 12:10 andrey-helldar