This bundle is an extension of PUGXGeneratorBundle which is a project improving SensioGeneratorBundle.
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
PUGXGeneratorBundle adds many functionalities on top of SensioGeneratorBundle:
For screenshots examples, see PUGXGeneratorBundleSandbox.
How can I help you explore Laravel packages today?