Deck for Singapore Laravel Meetup on 22 Dec 2022.
Event Sourcing is architectural pattern that records all changes made to an application’s state, in the sequence in which the changes were originally applied.
This talk covers the concept of event sourcing in the context of Laravel using spatie's package, Laravel Event Sourcing, as a springboard for discussion.