symfony2admingenerator / GeneratorBundle

Admingenerator for Symfony. Parse YAML files to build customized backend.
MIT License
67 stars 29 forks source link

Add option --forms-only to generate-admin command #253

Open sescandell opened 8 years ago

sescandell commented 8 years ago

This PR propose to add the --forms-only option to the generate-admin command.

If set, only forms will be generated, and not controllers and views. This is a kind of "improve process" for embed types (you had to manually remove all unnecessary generated files by hand)