Repositories
- Packages
- laravel-repositories - Repository pattern implementation for Laravel
- laravel-repository | Wiki - Repository implementation for Laravel 4
- laravel-repo - Simple implementation of the Repository Interface for Eloquent with the most basic CRUD methods
- repoflow - A simple trait to allow fluently querying repositories with an eloquent model. Gives back the flexibility of eloquent to some extent, while remaining explicit on which methods are supported by a repository
- laravel-repository-response - Make a contract on the response of your Repository class methods
- micheleangioni/support - A Laravel 4 package which promotes the use of best practices and design patterns
- Magician - A library for implementing repositories with magic finders for the Eloquent ORM
- Laravel 5
- laravel-repositories - Some basic repository functionality for Laravel 5
- Bosnadev/Repositories - Laravel Repositories is a package for Laravel 5 which is used to abstract the database layer. This makes applications much easier to maintain
- torann/laravel-repository | Docs - A generic repository implementation for Laravel with a few extras
- jespejoh/lararepo - A package that provides a neat implementation for integrating the Repository pattern with Laravel & Eloquent
- eloquent_filefield - Automatically save files assigned to eloquent model attributes
- SebastianBerc/Repositories - Laravel ~5.1 Repositories Library
- Tutorial
- Creating Entities in Laravel 4
- Using Repository Pattern
- Creating flexible Controllers in Laravel 4 using Repositories
- Eloquent tricks for better Repositories
- Injecting Data Model (Repository) AND Business Model in Controller?
- How to Build a Fluent Laravel Repository API
- Laravel 5
- slashnode
- Sitepoint
- Tutsplus
- Stackoverflow
- Datamapper pattern in PHP
- CRUD operation using Object relational model and Data Mapper pattern for a Matrimonial website