Libraries tagged by updated-by
wildside/userstamps
1288107 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
36404 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
30167 Downloads
Package to add created_by, updated_by and deleted_by to models.
nstapelbroek/culpa
73618 Downloads
Adds Blameable support to Eloquent models in Laravel 5
digitalcloud/laravel-blameable
41694 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
koodoo/laravel-trait-updatedby
14000 Downloads
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
rulr/laravel-authored
62 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
jlorente/laravel-identitystamps
5367 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
velitsol/userstamps
1198 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
quarks/laravel-auditors
17097 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
mobilestock/model-tracks-user-updates
1412 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.
kerattila/laravel-track-author
743 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
kamansoft/laravel-blame
2561 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
axn/laravel-eloquent-authorable
40761 Downloads
Support for created_by and updated_by fields in Eloquent models.
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models