There are 1 repository under laravel-repository topic.
With repository and service you can separate business logic and query logic, slim controller and DRY. Simple generate repository and service with artisan command, automatically bind interface to class implement with IOC container and dependecy injection (SOLID)
A Laravel package to abstract the database layer, simplifying application maintenance.
Create Repository Base Data Access for Laravel & Lumen
Laravel / Lumen Repository pattern [Alpha version]
Laravel Repositories to abstract the database layer
This is a laravel package. It will generate the necessary files for the repository design pattern environment.
Standalone repository pattern package for Laravel and Lumen framework
A base repository class for Eloquent with convenience methods that cover most queries. Useful to abstract away your persistence layer from your business code.
This package is an implementation of repository pattern in Laravel
A lightweight, simple and extensible service repository package to accelerate development time.
Repository Pattern implementation for Laravel
laravel crud operation using repository design pattern
Laravel CRUD using repositories pattern and vue.js
Simple Laravel Repository pattern
This package support a easy way to provide a parameter named `$filters` to your url. After that your Bulider instance can bind it into your `Where` condition
Easy to define repository layer for Laravel