From e0ade43f09124a6fdc5c58caa690f3afaf52dc79 Mon Sep 17 00:00:00 2001 From: siburuxue Date: Thu, 11 Apr 2024 14:52:50 +0800 Subject: [PATCH] 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 --- siburuxue/doctrine-helper/1.0/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 siburuxue/doctrine-helper/1.0/manifest.json diff --git a/siburuxue/doctrine-helper/1.0/manifest.json b/siburuxue/doctrine-helper/1.0/manifest.json new file mode 100644 index 00000000..96978b98 --- /dev/null +++ b/siburuxue/doctrine-helper/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Doctrine\\Helper\\Bundle\\DoctrineHelperBundle": ["all"] + }, + "copy-from-package": { + "Bundle/siburuxue-doctrine-helper.yaml": "config/packages/siburuxue-doctrine-helper.yaml" + } +}