Skip to main content

Code Examples of pagination

Discover how to use Laravel's pagination method in real-world applications. Browse 5 examples from popular open-source projects.

5 examples

Kovah/LinkAce

  • 3298
  • Created Aug 2018
  • Updated Jun 2026

Files in this example

  • app/Http/Controllers/Guest/TagController.php
    • app/Helper/functions.php
View full example

guillaumebriday/laravel-blog

  • 1800
  • Created Dec 2016
  • Updated Oct 2024

Files in this example

  • app/Http/Controllers/Api/V1/UserCommentController.php
View full example

spatie/freek.dev

  • 650
  • Created Nov 2017
  • Updated Jun 2026

Files in this example

  • app/Http/Controllers/HomeController.php
    • resources/views/front/home/index.blade.php
View full example

phpreel/phpreel

  • 127
  • Created May 2021
  • Updated Nov 2022

Files in this example

  • app/Providers/AppServiceProvider.php
    • app/Http/Controllers/CategoriesController.php
View full example

Astrotomic/opendor.me

  • 79
  • Created May 2021
  • Updated Aug 2024

Files in this example

  • app/Providers/AppServiceProvider.php
View full example