Libraries tagged by deleted-by
wildside/userstamps
1229254 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
fico7489/laravel-revisionable-upgrade
36005 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
29177 Downloads
Package to add created_by, updated_by and deleted_by to models.
nstapelbroek/culpa
73518 Downloads
Adds Blameable support to Eloquent models in Laravel 5
jlorente/laravel-identitystamps
5241 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
dfox288/culpa
3413 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
quarks/laravel-auditors
16996 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
sansanlabs/laravel-userstamps
7 Downloads
Package to add userstamps to models.
digitalion/laravel-model-editors
253 Downloads
Tracker of users creating, editing or deleting the model
kerattila/laravel-track-author
694 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
jeffersongoncalves/laravel-created-by
7 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
jc-it/yii2-blameable-behavior
538 Downloads
Blameable behavior for Yii2 that includes deleted by.
xt/laravel-userstimetamps
287 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
tobidsn/laravel-userstamps
17 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
phumsoft/userstamps
2 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.