I would like to use the FOSUserBundle, but I didn’t overwrite my app/resource/base.html.twig so I have not the view like in http://knpuniversity.com tutorial. Can you show me your base.html.twig when it’s overwrited by the FOSUserBundle?
I would like to use the FOSUserBundle , but I didn’t overwrite my app/resource/base.html.twig
Share
You have your layout somewhere so just create a layout.html.twig in your UserBundle/Resources/view and then put there sth like that
I hope that helps 🙂
And don’t forget to put
In your UserBundle class 🙂