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:
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:
The Symfony Demo application uses Bootstrap and modern Symfony practices. Maybe you can check out its source code and file structure.
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