Libraries tagged by laravel repository pattern
algario/laravel-repository
15 Downloads
Repository pattern implementation in Laravel
ahmedmahmoud/repository-pattern
10 Downloads
A Laravel package to implement the Repository Pattern
shakib53626/laravel-repository-maker
3 Downloads
The shakib53626/laravel-repository-maker package provides a simple and efficient way to implement the Repository Design Pattern in Laravel projects. With a custom Artisan command (make:repository), developers can automatically generate repository classes with pre-defined methods like index, store, update, and delete. This tool is designed to enhance modularity, promote clean architecture, and save development time.
nitish/laravel-api-starter
3 Downloads
A Laravel API Starter Kit with Repository-Service Pattern and Swagger, Sanctum, Spatie Integration.
mzaman/laravel-simple-module
0 Downloads
Simple module, repository, service pattern for Laravel
mphamid/service-repository
23 Downloads
Service Repository Design Pattern In Laravel
manchenkoff/laravel-repositories
173 Downloads
Repository pattern implementation for your Laravel application
inz/repository
5 Downloads
Repository pattern file generator for laravel projects
c5vargas/laravel-api-server
11 Downloads
A collection of Laravel API starter kits using the repository pattern. Very flexible and useful when developing medium to large scale applications.
pp-spaces/laravel-repository
5640 Downloads
Repository Design Pattern implementation for Laravel
phpsamurai/repository-pattern-generator
26 Downloads
A simple Laravel package to implement and generate the repository pattern in your application.
niladam/repository
5 Downloads
Laravel package (forked) to facilitate the repository design pattern functionality across multiple projects.
briofy/repository-laravel
361 Downloads
The Repository Design Pattern Package for Laravel
blaisebueno/laravel-repository
10 Downloads
A Laravel package implementing a clean, scalable repository design pattern architecture to abstract data persistence and promote testable, maintainable code.
bethojunior/service-repository
13 Downloads
Laravel command to create applications in the repository pattern