All Questions
1 question
0
votes
0
answers
57
views
Create route via Symfony inside a symfony-bundle
I've got a pure Symfony app. I had made own bundle, and want to define routes inside it via annotations/attributes.
I don't want to define routes inside main app space - bundle should be installed and ...