PUGXGeneratorBundle is extending SensioGeneratorBundle and very important has decent documentation. Some of the functionalities I like from it:
- support for form themes (customizable)
- default templates suitable with Boostrap and Font Awesome
- nice "check" icons for boolean fields (when using Font Awesome)
- support for pagination (requires KnpPaginatorBundle)
- support for filters (requires LexikFormFilterBundle)
- support for sorting
CPANAGeneratorBundle adds to the Show view of an entity the associated objects from Bidirectional relations.
Example: there are 2 entities: Author and Book found in One-to-Many BIDIRECTIONAL relation. In 'Author' entity there is a property called 'books' of type ArrayCollection. In the author/show view after the fields related to Author there will be listed the Books associated. Also CPANAGeneratorBundle is adding buttons for Add book, view and edit.
Author
Last name: Herbert
First name: Frank
Nationality: American
Id: 1
Books
Add book
Title: Dune Chronicles
Genre : Science Fiction
Id:1
view edit
Title: Dune Mesiah
Genre: Science Fiction
Id: 2
view edit
You can find it on Github: https://github.com/cristianpana86/GeneratorBundle
and on Packagist for installing via Composer: https://packagist.org/packages/cpana/generator-bundle
No comments:
Post a Comment