symfony2admingenerator / GeneratorBundle

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

Add option to generate base files outside cache directory #328

Closed bobvandevijver closed 1 year ago

bobvandevijver commented 1 year ago

This brings several benefits such as IDE completion and it resolves autoload/container compile issues when the cache is stale. You are required to run the bin/console admin:generate-base-classes to update the files after each configuration adjustment.