We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @schmittjoh , I am working on a Symfony Project and i want to route URLs like http://localhost/search?category=name&location=location&date=date to something like http://localhost/search/category-name/location/date but i am unable to figure out, how to do it with the help of your package. It would be highly helpful if you can tell me the right way to do so.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @schmittjoh , I am working on a Symfony Project and i want to route URLs like
http://localhost/search?category=name&location=location&date=date
to something like
http://localhost/search/category-name/location/date
but i am unable to figure out, how to do it with the help of your package. It would be highly helpful if you can tell me the right way to do so.
The text was updated successfully, but these errors were encountered: