I want to achieve this annotation in my controller, but i can not find any documentation or a way to have a wildcard(*) prefix in my annotation inside the controller.
/**
* @Route("/project/*/{Alias}", name="front-story-page" )
*/
public function ShowStoryFront(Story $story)
{
..
}
I tried a whole bunch of different ways but nothing seems to work!