Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

New Feature request #13

Open
ghost opened this issue Oct 23, 2016 · 3 comments
Open

New Feature request #13

ghost opened this issue Oct 23, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 23, 2016

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

@andrey-helldar
Copy link

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

@andrey-helldar
Copy link

This will be implemented in my fork of this package: TheDragonCode#5

@andrey-helldar
Copy link

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant