paknahad / jsonapi-bundle

the fastest way to generate API based on jsonapi.org using woohoolabs/yin
MIT License
70 stars 25 forks source link

Does this bundle works with Doctrine ODM? #64

Closed smtlab closed 4 years ago

smtlab commented 4 years ago

First of all, thank you for making this much-needed Symfony bundle.

So I am trying to execute this command php bin/console make:api seems like it doesn't recognize MongoDB ODM Documents.

So my question is does it only work with ORM currently?

paknahad commented 4 years ago

Thanks for your interest.

This bundle is based on makerBundle and there is no support for MongoDB.

it will be greate if someone can contribute it.