I have a problem with Symfony Flex and FOSUserBundle. I can't override default FOSUserBundle templates. I tried to do everything following the Symfony documentation, tutorials and nothing works. It's just like Twig won't take my layout.html.twig to render instead of default FOSUserBundle.
Templates dir tree looks like it should following new Symfony Flex structure:
- templates
- default
- FOSUserBundle
- views
- layout.html.twig
- base.html.twig
Maybe anyone has encountered similar problem with Symfony Flex.