In Laravel it’s easy to do searches on your Eloquent models, and it’s easy to paginate a collection of models. It’s also easy to put those two concepts together, paginating a search of models, but how to do that might not be immediately obvious if you’ve never done it before. Here is a run-through on how you can accomplish the task.