AJAX powered Laravel pagination and AJAX powered infinite scroll with Laravel pagination

Submitted by Novica89 - 8 years ago

Learn how to power your Laravel application so that you are using ajax alongside Laravel pagination to fetch new content ( posts or whatever entity you need to display ), without refreshing the page. Video tutorial -> https://www.youtube.com/watch?v=3cmbkEQG8is

You can find all of the instructions with explanation in the video tutorial mentioned in the tricks description,
Since it would be a bit hard for me to write it all inside of here, because the code exists in the 
controller, view and it is also a mix of PHP, html and jQuery. Hope you understand :)