add siburuxue/doctrine-helper (#1606)

* add siburuxue/doctrine-helper

This tool provides an alternative to the php bin/console doctrine:mapping:import App\\Entity attribute --path=src/Entity command in Symfony 7, as the doctrine:mapping:import command has been removed in the latest versions. It allows for importing entity mappings from existing databases into Symfony applications.

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json

* Update manifest.json
This commit is contained in:
siburuxue
2024-04-11 14:52:50 +08:00
committed by GitHub
parent 88663bb596
commit e0ade43f09

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Doctrine\\Helper\\Bundle\\DoctrineHelperBundle": ["all"]
},
"copy-from-package": {
"Bundle/siburuxue-doctrine-helper.yaml": "config/packages/siburuxue-doctrine-helper.yaml"
}
}