Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.23 KB

10_overriding_twig.md

File metadata and controls

33 lines (27 loc) · 1.23 KB

WameGeneratorBundle

1. Introduction | 2. Getting started | 3. Configuration options | 4. Entity Generation | 5. CRUD Generation | 6. Enum Generation | 7. Form Generation | 8. Voter Generation | 9. Datatable Generation | 10. Overriding twig files | 11. Extending this bundle

Overriding twig files

Just like the SensioGenerator, you can overwrite the twig skeleton files of the WameGenerator in the following directory: App/Resources/WameGeneratorBundle/skeleton

More than just crud, this bundle allows you to overwrite any part:

  • crud
  • datatable
  • entity
  • enum
  • form
  • repository
  • security
  • translations

For more information about overwriting skeleton files, see: http://symfony.com/doc/3.0/bundles/SensioGeneratorBundle/index.html#overriding-skeleton-templates