mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
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:
8
siburuxue/doctrine-helper/1.0/manifest.json
Normal file
8
siburuxue/doctrine-helper/1.0/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user