shihabudheen's avatar

Laravel pagination not workig when using group by

In my listing, I have to join with pivot table, when I am joining with pivot table, data repeating if more than one row in pivot table. here If I used laravel pagination with group by, it is not working properly.

What will be the solution for the same?

0 likes
1 reply
kossa's avatar
kossa
Best Answer
Level 20

The group by should work with pagination, Already tested and works fine,

Please can you share the code ?

Please or to participate in this conversation.