[PR #1348] Doctrine mapping:import command #9409

Closed
opened 2026-01-22 16:04:13 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/1348

State: closed
Merged: No


Why I cannot find this command:

php app/console doctrine:mapping:import --force AcmeBlogBundle xml
here I mean mapping:import command.

I already replace this command:

php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force
with

sudo vendor/bin/doctrine orm:convert-mapping xml '/var/www/html/laravel/package' --from-database --force
and worked well.

**Original Pull Request:** https://github.com/doctrine/orm/pull/1348 **State:** closed **Merged:** No --- Why I cannot find this command: `php app/console doctrine:mapping:import --force AcmeBlogBundle xml` [here](http://doctrine-orm.readthedocs.org/en/latest/reference/tools.html?highlight=command) I mean mapping:import command. I already replace this command: `php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force` with `sudo vendor/bin/doctrine orm:convert-mapping xml '/var/www/html/laravel/package' --from-database --force` and worked well.
admin added the pull-request label 2026-01-22 16:04:13 +01:00
admin closed this issue 2026-01-22 16:04:14 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9409