/stockr

Stockr – Let's build a real-world Event Sourced application using Laravel and EventSauce!

Primary LanguagePHP

Event Sourcing with Laravel and EventSauce

Let's build a real-world Event Sourced application using Laravel and EventSauce!

Goals

  • Build an inventory managment system named Stockr
  • Use Laravel for the base application
  • Use EventSauce (EventSauce.io) for the Event Store
  • Use Eloquent ORM for parts of the Read Model
  • Build an Command Bus around Tactician
  • Build a standalone Projections package

Tasks

Get Connected