Take a look here at this Stack Overflow question. You might be able to find a little more about that implementation here
But, in a nutshell, you'd need to call the paginate() method and then use a library like the ones below to get the next page of results.
- http://getfuelux.com/javascript.html#infinite-scroll
- https://github.com/infinite-scroll/infinite-scroll
There are a tonne of ways you can do this. I'd say, give one a go, see how you get on, if you get stuck then ask questions. Be specific and try and stick to the Guidelines for posting on Laracasts.com :)