Bootstrap 3 not working in Symfony3

匆匆过客 提交于 2019-12-04 08:12:39

You still have to add the bootstrap files, CSS and JS, to your application and templates. The form theme only ensures that the markup is well formed according to bootstrap.

As an alternativ way you could include the bundle

https://github.com/phiamo/MopaBootstrapBundle

Into your Project and get the Bootstrap files (sass/less) Into your Project.

Documentation on Installation is also available on that Page. I'm using an self written integration that uses quite similar methods to.

Advantage is, that you can include custom sass into your project and compile into one single css file that you include in the template header.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!