Libraries tagged by updated-by
wildside/userstamps
1231512 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
36038 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
29209 Downloads
Package to add created_by, updated_by and deleted_by to models.
nstapelbroek/culpa
73521 Downloads
Adds Blameable support to Eloquent models in Laravel 5
quarks/laravel-auditors
17028 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
mobilestock/model-tracks-user-updates
988 Downloads
model-tracks-user-updates is a library that updates the 'updated_by_user' column with the corresponding user id. Internally it uses the model triggers to update the column with the id of the logged user.
digitalcloud/laravel-blameable
41303 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
axn/laravel-eloquent-authorable
40646 Downloads
Support for created_by and updated_by fields in Eloquent models.
jlorente/laravel-identitystamps
5244 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
dfox288/culpa
3421 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
velitsol/userstamps
1194 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
kamansoft/laravel-blame
2554 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
sansanlabs/laravel-userstamps
7 Downloads
Package to add userstamps to models.
rulr/laravel-authored
5 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
digitalion/laravel-model-editors
255 Downloads
Tracker of users creating, editing or deleting the model