laravel-doctrine
laravel-doctrine copied to clipboard
An ORM for a Framework for Web Artisans
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...
This package for laravel 4.x I ran orm commands like this thread states: https://github.com/atrauzzi/laravel-doctrine/issues/26 But, how can I do the same for laravel 5?