Skip to content

jasondmoss/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%