Closed
Description
I am using jenssegers/laravel-mongodb and using hybrid relations between mysql models and mongodb models
the mongodb models however rather than extend laravel's default model, extend a special wrapper model of sorts
a lot of model-related packages on github do work out of the box with mongodb models but I'm not sure how to use this one since it depends on extending a different model
any chance you could have a quick look at jenssegers/laravel-mongodb and see if there's a quick and easy solution to using it with your package?
thanks much!