Libraries tagged by service repository pattern
diegocopat/laravel-repository-pattern
1 Downloads
Laravel Repository Pattern with Service Layer - Complete setup with Jetstream, Inertia, SSR, Teams, and Spatie packages
nauxa-labs/laravel-repository-service
0 Downloads
A flexible Repository and Service pattern implementation for Laravel applications
mrmarchone/repositories
2073 Downloads
Repository Design pattern with Services
islomiddin-dev/generating-repository-and-service
17 Downloads
Create Repository and Service design pattern files using php artisan command
z4net/pattern-generator
11 Downloads
This package generate service, repository for laravel
me-arif-dewan/laravel-repository-generator
5 Downloads
Introduces a new Artisan command to generate repository classes with support for: - Multiple interface implementation with automatic method stub generation. - Single class extension with validation. - Model dependency injection via constructor. - Automatic service provider binding registration. - Pipeline pattern for clean, maintainable code structure.
longaodai/laravel-repository
6 Downloads
A clean and simple repository pattern implementation for Laravel
jxckaroo/laravel-service-repository
1 Downloads
Reusable classes which do the usual boring stuff in the service design pattern, so that you can focus building something cool ;)
jsimo/laravel-repository-pattern
3 Downloads
A Laravel Repository - Pattern
jay-patel/service-repository
3 Downloads
A package for implementing the repository pattern in Laravel applications, providing a structured approach to data access and manipulation. It creates service, repository, interfaces and migration and model.
innoflash/laravel-design-patterns
3 Downloads
Laravel design patterns
hirodev/base-design-patterns
87 Downloads
This package used to generate repositories, service, interface in laravel
bouda/laravel-make-pattern
1 Downloads
Generate a full CRUD scaffold (Model, Repository, Service, Controller, Requests, Resource, Policy, Test) from a single Artisan command.
bethojunior/service-repository
13 Downloads
Laravel command to create applications in the repository pattern
aksara/service-repository-maker
109 Downloads
Laravel service and repository generator