Level 6
fixed it with using appends(Request::only('s'))
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);
fixed it with using appends(Request::only('s'))
Please or to participate in this conversation.