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

Grouped routes #60

Open
happyDemon opened this issue Mar 21, 2017 · 3 comments
Open

Grouped routes #60

happyDemon opened this issue Mar 21, 2017 · 3 comments

Comments

@happyDemon
Copy link

happyDemon commented Mar 21, 2017

It would be nice to be to defined route groups, each group would get exported to a different file.

I'd personally find it handy since it wouldn't expose urls i use in the admin to the general users.

Config
Add a groups array, the keys in that array would be the group names, while the value would map to the filename/location

Route definition

Map default group:

'laroute' => true

Map to a defined group:

'laroute' =>'groupName'

Doing it this way would be backwards-compatible.

If you need help implementing this I'm willing to submit a PR

@ctf0
Copy link

ctf0 commented Jul 12, 2017

#66

@happyDemon
Copy link
Author

@ctf0 why are you referencing your pull request?
This issue isn't about ignoring routes, but grouping them

@ctf0
Copy link

ctf0 commented Jul 13, 2017

sorry, thought u wanted to ignore routes by group, my bad

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

2 participants