laravel-doctrine
laravel-doctrine copied to clipboard
Doctrine mapping:import command
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.