JackD's avatar

Eloquence pagination

seems there's a problem with the pagination using Eloquence package, anyone solved this? i tried this code to paginate but the next button is not working and does not return any error message

User::search($request->input('search-key'),
            $fulltext = false)->paginate(10);
0 likes
1 reply
JackD's avatar
JackD
OP
Best Answer
Level 6

fixed it with using appends(Request::only('s'))

Please or to participate in this conversation.