File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
jonathanlight/meta-entity-builder-bundle/1.0 Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ meta_entity_builder :
2+ # Path to YAML schema file defining your entities
3+ schema_path : ' %kernel.project_dir%/config/entities.yaml'
4+
5+ # Directory where generated entities will be saved
6+ entity_directory : ' %kernel.project_dir%/src/Entity'
7+
8+ # Namespace for generated entities
9+ entity_namespace : ' App\Entity'
10+
11+ # Create backup before updating existing entities
12+ backup_enabled : true
13+
14+ # Backup directory (relative to project root)
15+ backup_directory : ' %kernel.project_dir%/var/backups/entities'
Original file line number Diff line number Diff line change 1+ {
2+ "bundles" : {
3+ "Meta\\ EntityBuilderBundle\\ MetaEntityBuilderBundle" : [" all" ]
4+ },
5+ "copy-from-recipe" : {
6+ "config/" : " %CONFIG_DIR%/"
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments