hello, I just want to ask, I get this error Method App\Http\Controllers\LiveSearchController::paginate does not exist. when I declared it on my controller like this: $data = SearchModel::where('call_number', 'like', '%' .$request->search. '%') ->orwhere('title', 'like', '%' .$request->search. '%') ->orwhere('author', 'like', '%' .$request->search. '%') ->orwhere('subject_1', 'like', '%' .$request->search. '%') ->orwhere('other_title', 'like', '%' .$request->search. '%') ->paginate(10); and I already set the link to my blade but when clicking the next page, I get that error, what should I do? Thank you
Bhai kya mst bataya hai ekdam simple tareeka
good
NIce Brother
Thanks
main nae variable ka name bhi change kya magar error dobara show ho raha hai same 2 din sae : Call to undefined method App\Models\AddUser::links()
hello, I just want to ask, I get this error Method App\Http\Controllers\LiveSearchController::paginate does not exist.
when I declared it on my controller like this:
$data = SearchModel::where('call_number', 'like', '%' .$request->search. '%')
->orwhere('title', 'like', '%' .$request->search. '%')
->orwhere('author', 'like', '%' .$request->search. '%')
->orwhere('subject_1', 'like', '%' .$request->search. '%')
->orwhere('other_title', 'like', '%' .$request->search. '%')
->paginate(10);
and I already set the link to my blade but when clicking the next page, I get that error, what should I do? Thank you
please sir sometime can you use english to explain your videos for some that are not understanding what your trying to explain