cviebrock / eloquent-taggable

Easily add the ability to tag your Eloquent models in Laravel.
MIT License
537 stars 72 forks source link

Non-Laravel projects #112

Closed kwesimanny closed 4 years ago

kwesimanny commented 4 years ago

Is it possible to use in a non-laravel project that uses Eloquent. Like say Slim 4?

cviebrock commented 4 years ago

I'm not sure ... I haven't tried it. If you do try, let me know how it works. I'd be happy to make changes so that it does work with other frameworks.