richan-fongdasen/eloquent-blameable
Add support for Laravel 12
Add support for PHP 8, thanks to @bakerkretzmar for the contribution in this release.
Fixes ambiguous column queries. Thanks to @danielbehrendt for the solution and contribution in this case 👍
Add Support for Laravel 7
Fixes Laravel semantic versions in composer and travis configuration.
Fixes #22, allow useSoftDeletes to detect the trait up the inheritance tree, fixing the desired behavior.
Add support for Lumen
blameable_user() helper function's documentationBlameable service will only observe the deleted event from now on.
Add support for multiple authentication guards.
Update composer and travis configurations, dropping Laravel 5.1. Multiple authentication guards only works in Laravel 5.2 and above.
Now, we can override the blameable configurations using static property.
Fixes bug which occurs when performing delete / soft delete operation in Laravel 5.6
This release fixes a bug which caused the blameable user's relationship to be broken on any custom user model. Thanks to @aaronschmied for finding and fixing this bug.
Add Compatibility Support for Laravel 5.5
Initial Release
How can I help you explore Laravel packages today?