Libraries tagged by updatedBy
kerattila/laravel-track-author
2144 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
laravel-enso/trackwho
15737 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
rulr/laravel-authored
1923 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
nowo-tech/audit-kit-bundle
5 Downloads
Symfony + Doctrine bundle for automatic created/updated timestamps and blame fields on opt-in entities.
nstapelbroek/culpa
74428 Downloads
Adds Blameable support to Eloquent models in Laravel 5
kamansoft/laravel-blame
2595 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
jeffersongoncalves/laravel-created-by
157 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.
codiliateur/eloquent-model-userstamps
139 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
malhal/laravel-createdbypolicy
8 Downloads
Simple security for Laravel models
hexathos/laravel-hasuserdata
207 Downloads
Autofills updated_by, created_by, updated_at and created_at
xt/laravel-userstimetamps
289 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
20 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
sharifuddin/laravel-smart-model-tracker
5 Downloads
Automatically handles created_by, updated_by, created_at, updated_at, and deleted_by for Eloquent models. Seamless user tracking with zero boilerplate code.