/event-sourcing-with-eloquent

A demo app showing how to use event sourcing with eloquent.

Primary LanguagePHP

Event Sourcing with Laravel's Eloquent

This is an app demonstrationg how to implement event sourcing with eloquent.

How to setup

  • Clone
  • Setup .env
  • Run composer install
  • Run migrations

How to use

To understand how to execute event sourcing, see the test file.

Basic classes

Eloquent classes