Looking to hire Laravel developers? Try LaraJobs

laravel-cqrs-es maintained by madewithlove

Description
A Laravel package to kick start CQRS and ES projects using Broadway and Tactician.
Author
Last update
2020/07/20 13:29 (dev-develop)
License
Links
Downloads
17 136

Comments
comments powered by Disqus

:warning: 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.