rtconner / laravel-tagging

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

[question] get all items from model without any tag #146

Closed pckz closed 5 years ago

pckz commented 7 years ago

Hello! As the title says, I need to get all items with at least one tag setted

I'm making a UI to set quickly tags to all Posts without any tags, and I didn't find any help to this case in Usage Examples

Thanks

rtconner commented 5 years ago

Do not have a method to do this. You would have to write your own method. Feel free to make a PR back if you solve this.