cviebrock / eloquent-taggable

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

Get Models without specific tag? #48

Closed marcreichel closed 7 years ago

marcreichel commented 7 years ago

Hi there,

is it possible to get all models that do not have a specific tag? Something like: Model::withoutAllTags('banana,apple,pineapple') and/or Model::withoutAnyTags('banana,apple,pineapple')

Thanks in advance

cviebrock commented 7 years ago

Not yet, but I'm working on it. :)

cviebrock commented 7 years ago

This is in the code now, coming to version 3.0 in the next few days. Feel free to test it using the dev-master tag and let me know how it works.