Dynamic Scaffolding for Symfony

Questions around the Aimeos bundle for the Symfony framework
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Johneames
Posts: 2
Joined: 25 Oct 2017, 13:06

Dynamic Scaffolding for Symfony

Post by Johneames » 30 Oct 2017, 07:30

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.