Chareice's avatar

How to use union with pagination?

I searched before with google, http://stackoverflow.com/questions/25338456/laravel-union-paginate-at-the-same-time.

this answer has a problem that must load all data from database table before pagination. Is there any good way to solve using paginate with union at the same time?

0 likes
2 replies
Vilfago's avatar

Did you try using an eloquent relationship ?

We can probably help more if we have your code and what you want to achieve.

Please or to participate in this conversation.