Replies: 1 comment 2 replies
-
I'm currently using event sourcing for one of my projects in production. I'm looking to create a simple administration panel for said project and was looking into multiple packages, one of which was Filament. After reading their docs, it does seem like it could support Event Sourcing. Filament allows to customize the create, save and delete processes:
I believe you could simply override these methods and fire events instead. Haven't tried much of this myself yet, as Filament isn't the only candidate for me. But I hope it helps you out :) |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I was wondering if we can use event sourcing along with Filament
Beta Was this translation helpful? Give feedback.
All reactions