Blameable behavior will automate the update of username or user reference fields on your Entities. It works through annotations and can update fields on creation, update, property subset update, or even on specific property value change.
Automatic predefined user field update on creation, update, property subset update, and even on record property changes.
Specific annotations for properties, and no interface required.
Can react to specific property or relation changes to specific value.
Can be nested with other behaviors.
Annotation, Yaml and Xml mapping support for extensions.
Add LaravelDoctrine\Extensions\Blameable\BlameableExtension
to doctrine.extensions config in config/doctrine.php.
See the official documentation for use of this behavior.
This is documentation for laravel-doctrine/extensions. Please add your ★ star to the project.