⚠️ This package is no longer maintained: Consider using https://github.com/spatie/laravel-event-sourcing instead.
A package to kickstart your CQRS/ES development in Laravel using the Broadway event store.
$ composer require madewithlove/laravel-cqrs-es
Add the service provider to config/app.php:
Madewithlove\LaravelCqrsEs\ServiceProvider::class
Run
php artisan vendor:publish --provider="Madewithlove\LaravelCqrsEs\ServiceProvider"
This package borrows components from nWidart/Laravel-broadway and includes a Laravel ServiceProvider for matthiasnoback/broadway-serialization.
The MIT License (MIT). Please see License File for more information.