spacebib/saga

A Saga is a special type of event listener: one that manages a business transaction

v1.0.1 2024-03-21 01:37 UTC

This package is auto-updated.

Last update: 2024-04-21 02:14:18 UTC


README

This package addes Saga support for Laravel Event Sourcing Package.

Installation

  • Step 1

composer require spacebib/saga

  • Step 2

php artisan vendor:publish --provider="Spacebib\Saga\SagaServiceProvider"