laravel-doctrine icon indicating copy to clipboard operation
laravel-doctrine copied to clipboard

Doctrine mapping:import command

Open alirezarahmani opened this issue 9 years ago • 0 comments

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.

alirezarahmani avatar Mar 25 '15 20:03 alirezarahmani