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
No configuration is required, but you might want to alter some settings to specific needs. The following configuration show the default settings:
wame_generator:
default_bundle: 'AppBundle' #The bundle used whenever none is specified.
enable_voters: true #use false if you don't plan on using voters
enable_traits: true #use false if you don't plan on using gedmo traits
enable_datatables: true #use false if you don't plan on using SgDatatables