Libraries tagged by updated_by
digitalion/laravel-model-editors
262 Downloads
Tracker of users creating, editing or deleting the model
kerattila/laravel-track-author
711 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.
jcrodsolutions/laravel-user-stamp
83 Downloads
Enables automatic user stamp on created_by and updated_by fields within a model.
hexathos/laravel-hasuserdata
206 Downloads
Autofills updated_by, created_by, updated_at and created_at
everth/userstamps
92 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
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.
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.
skycoder/user-log
5 Downloads
An Awesome Package That Store User Creating, Updating, Approved and Company Log
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.
phpfour/laravel-userstamps-for-backpack
118 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. This forks make that work for Backpack for Laravel.
pacificinternet/userstamps
21 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.
mazyvan/userstamps
156 Downloads
A fork from WildSide. Eloquent trait to automatically maintain created_by and updated_by (and deleted_by when using SoftDeletes) on your models
knetewelt/causerstamps
25 Downloads
A package to provide timestamps for eloquent models using a trait. It extends the model for created_by and updated_by column. If the model uses SoftDeletes it'll add the column deleted_by for that as well.