Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

madewithlove/laravel-cqrs-es

Repository files navigation

⚠️ This package is no longer maintained: Consider using https://github.com/spatie/laravel-event-sourcing instead.

laravel-cqrs-es

A package to kickstart your CQRS/ES development in Laravel using the Broadway event store.

Installation

$ composer require madewithlove/laravel-cqrs-es

Configuration

Add the service provider to config/app.php:

Madewithlove\LaravelCqrsEs\ServiceProvider::class

Run

php artisan vendor:publish --provider="Madewithlove\LaravelCqrsEs\ServiceProvider"

Documentation

Credits and thanks

This package borrows components from nWidart/Laravel-broadway and includes a Laravel ServiceProvider for matthiasnoback/broadway-serialization.

License

The MIT License (MIT). Please see License File for more information.