mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03: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:
@@ -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