Libraries tagged by laravel deleted_by
wildside/userstamps
1273317 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
36303 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
29857 Downloads
Package to add created_by, updated_by and deleted_by to models.
flyhjaelp/laravel-eloquent-orderable
3118 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.
nstapelbroek/culpa
73602 Downloads
Adds Blameable support to Eloquent models in Laravel 5
sansanlabs/laravel-userstamps
79 Downloads
Package to add userstamps to models.
quarks/laravel-auditors
17087 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
jlorente/laravel-identitystamps
5333 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
kerattila/laravel-track-author
716 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
jeffersongoncalves/laravel-created-by
8 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.
fnematov/laravel-userstamps
60 Downloads
A simple Laravel package for Eloquent Model user specific fields.
digitalion/laravel-model-editors
262 Downloads
Tracker of users creating, editing or deleting the model
bytestgear/laravel-accountable
970 Downloads
Tracks the user responsible for creating, modifying, or deleting an Eloquent model
dfox288/culpa
3458 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
codiliateur/eloquent-model-userstamps
61 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.