dimsav / event-sourcing-with-eloquent

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:PHP 96.6%Language:HTML 2.9%Language:Vue 0.6%