Libraries tagged by deleted-by
wildside/userstamps
1899640 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
39874 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
40785 Downloads
Package to add created_by, updated_by and deleted_by to models.
laravel-enso/track-who
43998 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
laravel-enso/trackwho
15734 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
sansanlabs/laravel-userstamps
1145 Downloads
Package to add userstamps to models.
jlorente/laravel-identitystamps
6086 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
danielemontecchi/laravel-userstamps
468 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
nstapelbroek/culpa
74428 Downloads
Adds Blameable support to Eloquent models in Laravel 5
dfox288/culpa
4487 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
rabnawazak1/laravel-custom-softdelete
152 Downloads
Custom soft delete with is_deleted, deleted_at, deleted_by
quarks/laravel-auditors
17283 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kerattila/laravel-track-author
2062 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
thana/createupdatedeleteby
123 Downloads
Automatically manage created_by, updated_by, and deleted_by fields in Laravel models.
jeffersongoncalves/laravel-created-by
154 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.