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.
41Updated last year

Related projects: