Event sourcing is about storing changes, instead of their result. It’s those changes that make up the final state of a project.
PHP
Create a domain using Spatie event sourcing
Laravel event sourcing generator adds a new Artisan command that can generate a full domain directory structure for Spatie event sourcing. Read more