Skip to content
New issue

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

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

Already on GitHub? Sign in 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
Contributor

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

@andrey-helldar
Copy link
Contributor

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

@andrey-helldar
Copy link
Contributor

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

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

No branches or pull requests

1 participant