laravel-service-repository-pattern
laravel-service-repository-pattern copied to clipboard
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...
Laravel Service Repository pattern