Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Code Examples of repositories

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

8 examples

BookStackApp/BookStack

  • 17713
  • Created Aug 2015
  • Updated Nov 2025

Files in this example

  • app/Entities/Repos/BookRepo.php
    • app/Http/Controllers/BookController.php
View full example

koel/koel

  • 16850
  • Created Dec 2015
  • Updated Nov 2025

Files in this example

  • app/Repositories/ArtistRepository.php
    • app/Http/Controllers/API/SongController.php
View full example

iluminar/goodwork

  • 2224
  • Created Nov 2017
  • Updated Nov 2025

Files in this example

  • app/Base/Repositories/CategoryRepository.php
    • app/Base/Http/Controllers/CategoryController.php
View full example

range-of-motion/budget

  • 1054
  • Created Jul 2017
  • Updated Dec 2024

Files in this example

  • app/Repositories/DashboardRepository.php
    • app/Widgets/Balance.php
View full example

4jean/lav_sms

  • 940
  • Created Oct 2019
  • Updated Mar 2024

Files in this example

  • app/Repositories/UserRepo.php
    • app/Http/Controllers/MyAccountController.php
View full example

nafiesl/free-pmo

  • 457
  • Created Nov 2017
  • Updated Oct 2025

Files in this example

  • app/Entities/Projects/ProjectsRepository.php
    • app/Http/Controllers/Projects/ProjectsController.php
View full example

idanieldrew/redact

  • 19
  • Created Feb 2022
  • Updated Oct 2023

Files in this example

  • Modules/Category/Repository/v1/CategoryRepository.php
    • Modules/Category/Http/Controllers/api/v1/CategoryController.php
View full example

Gummibeer/gummibeer.de

  • 11
  • Created May 2020
  • Updated Oct 2025

Files in this example

  • app/Author.php
    • app/Repositories/AuthorRepository.php
      • app/Providers/AppServiceProvider.php
View full example