GitHub / rudrakshpathak / laravel-service-repository-pattern
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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudrakshpathak%2Flaravel-service-repository-pattern
PURL: pkg:github/rudrakshpathak/laravel-service-repository-pattern
Stars: 38
Forks: 9
Open issues: 4
License: mit
Language: PHP
Size: 129 KB
Dependencies parsed at: Pending
Created at: almost 8 years ago
Updated at: over 2 years ago
Pushed at: over 2 years ago
Last synced at: over 2 years ago
Topics: design-patterns, laravel-design-pattern, service-repository-pattern