Libraries tagged by deleted_by
wildside/userstamps
1415513 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.
sqits/laravel-userstamps
32924 Downloads
Package to add created_by, updated_by and deleted_by to models.
fico7489/laravel-revisionable-upgrade
37682 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
nstapelbroek/culpa
73943 Downloads
Adds Blameable support to Eloquent models in Laravel 5
flyhjaelp/laravel-eloquent-orderable
4123 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
jlorente/laravel-identitystamps
5647 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
quarks/laravel-auditors
17194 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kerattila/laravel-track-author
1036 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
sansanlabs/laravel-userstamps
216 Downloads
Package to add userstamps to models.
dfox288/culpa
3619 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
bytestgear/laravel-accountable
970 Downloads
Tracks the user responsible for creating, modifying, or deleting an Eloquent model
jc-it/yii2-blameable-behavior
612 Downloads
Blameable behavior for Yii2 that includes deleted by.
kaystrobach/pagetreefixer
2100 Downloads
Fixes broken root pathes, by marking pages records without a valid rootline as deleted
presprog/contao-undo
763 Downloads
Improves the Contao restore option in the backend by providing more semantic information regarding the deleted elements.
jeffersongoncalves/laravel-created-by
2 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.