Reputation: 4029
How can I use sql UNION
operator in eloquent ORM? I know I can use it in Illuminate\Database\Query\Builder
, but I want to do it with eloquent. I couldn't find anything about it in documentation neither in google. is it possible to do it?
Upvotes: 2
Views: 2917