Use laravel pagination with this small bit of jquery to ajax load paginated results.
Create a page with the data you wish to paginate.
http://www.example.com/paginated/data
When doing some sort of filtering in Eloquent, sometimes you need to use operators other than "=" and there is no easy way to know which operators you can use. This trick details the possible operators for you.
Did you know that Laravel comes with a great amount of helpers to generate HTML in your Blade templates, like UL and OL lists, obfuscating email links, links to javascript and style assets?
Check out the code below to see the HTML helpers in action.
Put this in your routes.php file and you will see the SQL that Eloquent is executing when you go to pages that have any sort of access to Eloquent models.
This helps a lot when debugging SQL in Laravel.