-1

Is there a link or post about how Symfony can work with Bootstrap? Not only forms but the general layout.

Maybe calling them in resources:

2 Answers2

1

The Symfony Demo application uses Bootstrap and modern Symfony practices. Maybe you can check out its source code and file structure.

Javier Eguiluz
  • 3,987
  • 2
  • 23
  • 44
0

Fortunately Symfony use Twig so you can extend templates and create macros for modal, panel, etc. You can even use Twig to generate dynamic javascript.

see http://twig.sensiolabs.org/documentation, http://symfony.com/doc/current/book/templating.html

Heah
  • 2,349
  • 14
  • 25