-
Notifications
You must be signed in to change notification settings - Fork 447
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
Named routes #11
Comments
What's a named route? |
The name would be used to reference the route in the rest of the application.
However, I don't know if this line of thinking necessarily fits with FastRoute. This could easily be added as a layer on top of FastRoute instead of being included. |
Yeah, I also think this would work well as a separate layer, as it's mainly about integration with the application. |
Awesome, thanks! |
Would it be worthwhile to extend the implementation to supports named routes? I don't think the routing algorithm cares about names, but it would be helpful for creating url generation helpers and the like.
Is FastRoute where that should be implemented, anyway?
The text was updated successfully, but these errors were encountered: