Page 1 of 1

Dynamic Scaffolding for Symfony

Posted: 30 Oct 2017, 07:30
by Johneames
Hello,

I have created a bundle that does dynamic scaffolding for your symfony entities, very much the way Grails does scaffolding.

The scaffolding is dynamic in the sense that is does NOT generate any code but instead reads the entity-metadata on every request. The advantage clearly is that your project is not littered with lots of generated files AND that any update to your entity is directly reflected in the CRUD screens. Dynamic scaffolding is a big help during development and test phases and could, if properly secured, also be of use in production.