Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 224 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 224 Bytes

About

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"