Never-mind i fixed it,
Before I used
->having('column', '>=', DB:raw('count(*)')) // this doesn't work
Then I used
->havingRaw()
and that did the trick.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community