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
Since Symfony v2.6 includes a new form theme designed for Bootstrap 3 oficial documentation
# app/config/config.yml twig: form: resources: ['bootstrap_3_layout.html.twig'] # resources: ['bootstrap_3_horizontal_layout.html.twig']