rtconner / laravel-tagging

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

Bulk Tagging? #120

Closed Hoya closed 7 years ago

Hoya commented 8 years ago

Is there a way to bulk tag a collection of objects?

For example let's say I have a collection 10,000 of ORM objects. I'd have to loop through all 10k of them and manually tag each one which I assume will hit performance pretty bad.

rtconner commented 7 years ago

Does not exist currently in this project. If you want that feature please build it and contribute back.