Skip to content

Commit 7f6528c

Browse files
Add jonathanlight/meta-entity-builder-bundle 1.0 recipe (#1942)
* Add jonathanlight/meta-entity-builder-bundle 1.0 recipe * Remove aliases (not supported in contrib repository) * Trigger CI after Packagist v1.0.0 sync
1 parent d1bce75 commit 7f6528c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Meta\\EntityBuilderBundle\\MetaEntityBuilderBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)