Filament is a great admin panel. Event sourcing is a great architectural pattern. Getting the two to work together, though, has always meant compromises: either you bypass your aggregates and write directly to the database, or you ditch Filament's create/edit flows and build everything from scr...
Source: [Dev.to](https://dev.to/alberto_arena_25a48484ed5/what-if-every-filament-write-went-through-an-aggregate-49c6)