How to Add a Simple Infinite Scroll Pagination to Laravel
4 years ago
In order to optimize your website load time, you should not load too many resources on one page as it could result in longer page load times.
That is why it is good to use pagination to limit the number of resources on each page.
In this post, I will show you how to use the built-in Laravel pagination and enhance it with infinite scrolling using jScroll!
Link: