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.

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to