Libraries tagged by updated by
koodoo/laravel-trait-updatedby
16550 Downloads
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
sansanlabs/laravel-userstamps
1270 Downloads
Package to add userstamps to models.
jlorente/laravel-identitystamps
6193 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
danielemontecchi/laravel-userstamps
856 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
bernskiold/laravel-blame
428 Downloads
Automatically track which user created and last updated your Eloquent models, with relations and schema macros.
velitsol/userstamps
1204 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
nstapelbroek/culpa
74435 Downloads
Adds Blameable support to Eloquent models in Laravel 5
dfox288/culpa
4784 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
kerattila/laravel-track-author
2399 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
twintylabs/laravel-userstamps
15 Downloads
Laravel package for tracking the users who create, update, and delete Eloquent models with support for standard and polymorphic (morph) userstamp relationships.
rulr/laravel-authored
1934 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
quarks/laravel-auditors
17317 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kamansoft/laravel-blame
2595 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
everth/userstamps
172 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.