rtconner / laravel-tagging

Tag support for Laravel Eloquent models - Taggable Trait
MIT License
882 stars 168 forks source link

Moloquent compatibility #81

Closed frco9 closed 8 years ago

frco9 commented 8 years ago

Hello,

I'm using Moloquent with my app, thus each model must extend Moloquent model instead of the Eloquent one.

Any idea on the best way to achieve that ?

Thanks

rtconner commented 8 years ago

Anyone can build this feature if they want. Feel free to contribute to this open source project.

rtconner commented 8 years ago

I have no plans make this library work with Mongo. I would be open to contributions if someone wrote the code for it.