madewithlove/laravel-cqrs-es

This package is abandoned and no longer maintained. The author suggests using the https://github.com/spatie/laravel-event-sourcing package instead.

A Laravel package to kick start CQRS and ES projects using Broadway and Tactician.

1.0.6 2020-03-23 18:18 UTC

README

⚠️ 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.