kaushal's avatar

Have You any example of pagging using query builder without eloquent pagination() method as eloquent is slow for select query operation??

User::paginate(5);

0 likes
2 replies
Snapey's avatar

it should not be noticably quicker

Please or to participate in this conversation.