I have User, Tag, Offer models. Every Offer can have multiple Tags and they are written in TaggedAs...
That's because some methods are used in that trait. You should keep that line and just override the...
return Offer::whereDoesntHave('tags', function ($q) use ($tags) { $q->whereIn('id', $tags); }...
Zolax said: So you don't want to select tags with specific name right? Yeah, that's what i'm tryin...
@JuanDMeGon Thanks for the response, but I don't think that is going to help me. I want to minimize...
The Laravel portal for problem solving, knowledge sharing and community building.
The community