Questions tagged [laravel-pagination]

Using pagination in Laravel Framework

197 questions
-2
votes
1 answer

Laravel pagination redirects to home route after clicked on link for page 2

My Laravel pagination is not working properly. When I try to click on second link in laravel pagination or another one instead of first, it redirects me to home url (localhost:8000). Laravel pagination links are redirecting to same route but with…
Denis2310
  • 939
  • 1
  • 15
  • 41
-2
votes
1 answer

Second page of pagination link is sending to original page in laravel

I have a form for searching data on search.blade.php (url :/search) and sending result to another view on the same URL. when I click on the 2nd link of Pagination Link bar(2 in the image) then it redirects from /search to /search?page=2 and no data…
1 2 3
13
14