spatie/laravel-event-projector
Deprecated in favor of spatie/laravel-event-sourcing. Entry-level event sourcing toolkit for Laravel: define aggregates, projectors, and reactors; persist domain events, build read models, and react to events for auditing and reporting-friendly apps.
The default model responsible for storing events is \Spatie\EventProjector\Models\EloquentStoredEvent. If you want to add behaviour to that model you can create a class of your own that extends the EloquentStoredEvent model. You should put the class name of your model in the stored_event_model in the event-projector.php config file.
How can I help you explore Laravel packages today?