Skip to content

A symfony2 bundle that handles dynamic scaffolding the grails way.

Notifications You must be signed in to change notification settings

doctor-beat/DynamicScaffoldBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DynamicScaffoldBundle

A symfony2 bundle that handles dynamic scaffolding the grails way.

No generated code that gets outdated and that pollutes your project. Any update to your entites is directly reflected in your scaffold-screens.

Limitations:

  • only works with entity with a single key (e.g. 1 column key)
  • only works with Doctrine

Configuration:

  • entities must each be flagged as scaffoldable with a constant 'SCAFFOLD' with value true

Installation:

  1. drop the bundle in your project and add it to AppKernel
  2. add the routing.yml to your main routing.yml
  3. add the constant 'SCAFFOLD' with value true to the entities that you want to be scaffolded
  4. go to the url '/scaffold'
  5. from there you can browse your bundles, entities and data

WARNING, WARNING, WARNING:

!!! never enable this bundle on a public website without authorization

About

A symfony2 bundle that handles dynamic scaffolding the grails way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages