Laracon DB
Laracon DB
Talks for "data-management"
Verbs for Laravel

Daniel Coulbourne gives a talk about verbs, an event sourcing library for Laravel, by demonstrating a live game called 'thunk pyramid scheme' built for the conference. He shows how event sourcing allows tracking and replaying historical events, fixing data issues by replaying events with corrected logic, and maintaining data integrity. The talk culminates in a live demonstration of fixing a game exploit by replaying events after deploying a bug fix.