Event sourcing in Laravel with the Verbs package
Verbs a Laravel package that simplifies event sourcing, a way to track application changes through a sequence of events. Instead of storing the current state, event sourcing stores each change (event). Verbs allows you to understand how the system arrived at its current state and even rewind to analyze it at any point in time. However, consider if event sourcing is the best fit for your project before implementing it..
Unveiling Application Evolution
visit site
No gitHub repo
Related Projects
Easily create complex database queries with the Query Enrich Package
Code Less, Unleash Data
visit site
165 views