sample code for several design patterns in PHP 7.4
Laravel 5 - Repositories to abstract the database layer
Design Pattern Examples in PHP
Repository Design Pattern for Laravel 5 with Eloquent or Collection
Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain.
Design Patterns com PHP 7: Desenvolva com as melhores soluções. Repositório com os exemplos de código do livro. Repository with the code examples in the book.
Repository of design patterns examples to accompany the book at: http://leanpub.com/larasign
Decouple your code in service and repository layers to have more robust project structure. Trim down the controllers and focus the main business logic at service layer. In this architecture repository layer communicates with data source and returns a define response.
Laravel package to facilitate the repository design pattern functionality across multiple projects.
Repository pattern implementation for Laravel