I\'m using symfony framework 3 to develop a web application. I need to add boostrap\'s functionality to my application. I installed bootstrap using the below command. (I\'m usin
It looks like that this no longer works in Symfony3.
In Symfony3 the following should work:
twig: form_themes: ['bootstrap_3_layout.html.twig']