Symfony CRUD generator with Bootstrap 3 support?

They already use the modified Bootstrap template in my work and it works great for everything in Symfony2, but I would like the CRUD generated by Symfony2 to have the Bootstrap 3 framework, so it got its name.

I currently found:

The problem with a package that looks like "OK" is that I don't know if there is a "big vendor" package that provides this functionality?

Basically my question is, do you know about the Bundle that creates a CRUD with the Bootstrap 3 framework?

+3


source to share


3 answers


I also had to do my own form modifications. However, Symfony 2.6 offers Bootstrap 3.0 support for forms:

http://symfony.com/blog/new-in-symfony-2-6-bootstrap-form-theme



So, if you upgrade to Symfony 2.6, you must have an embedded version.

+2


source


You can try this: https://github.com/petkopara/PetkoparaCrudGeneratorBundle



This is a basic CRUD generator but has all the features from the Symfony 1.4 admin generator (pagination, filtering, sorting, and relationships) with Bootstrap 3.3.6 .

+5


source


I found this: https://github.com/developathe/crud-bundle

This CRUD generator uses Bootstrap 3.1.1 .

0


source







All Articles