-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
I'm submitting a...
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
I could not find a way to generate URLs to my configured routes. This is very useful in order to prevent hardcoding URLs all over templates and view code.
Expected behavior
There should be a function that receives a route alias and an optional list of params and returns the route URL.
vedun, raffomania and nardo7