mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
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
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
meta_entity_builder:
|
||||
# Path to YAML schema file defining your entities
|
||||
schema_path: '%kernel.project_dir%/config/entities.yaml'
|
||||
|
||||
# Directory where generated entities will be saved
|
||||
entity_directory: '%kernel.project_dir%/src/Entity'
|
||||
|
||||
# Namespace for generated entities
|
||||
entity_namespace: 'App\Entity'
|
||||
|
||||
# Create backup before updating existing entities
|
||||
backup_enabled: true
|
||||
|
||||
# Backup directory (relative to project root)
|
||||
backup_directory: '%kernel.project_dir%/var/backups/entities'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Meta\\EntityBuilderBundle\\MetaEntityBuilderBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user