Skip to content

This implements the CQRS and repository pattern in Laravel

Notifications You must be signed in to change notification settings

shoboske/laravel-api-cqrs

Repository files navigation

About Project

This is a project for learning purposes to implement a CQRS microservices architecture pattern application in laravel

The application will keep the controllers light it will use the laravel event sourcing to implement the cqrs pattern It will use Dependency injection to register repositories for data access