I tried to look how i can put a prefix in a path of route.
#routing.yml
app_news:
path: /panel/news
defaults: { _controller: NewsBundle:Default:index }
I have some routes like this, if i want change in the future the name of the path, for example
/admin/news or /control/news
Can i save the prefix in other config yml file and change it when i want?