Libraries tagged by updated-by
wildside/userstamps
2068249 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.
sqits/laravel-userstamps
46336 Downloads
Package to add created_by, updated_by and deleted_by to models.
fico7489/laravel-revisionable-upgrade
40196 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
laravel-enso/track-who
44987 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
nowo-tech/audit-kit-bundle
1087 Downloads
Symfony + Doctrine bundle for automatic created/updated timestamps and blame fields on opt-in entities.
mobilestock/model-tracks-user-updates
10964 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
44095 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
axn/laravel-eloquent-authorable
43475 Downloads
Support for created_by and updated_by fields in Eloquent models.
laravel-enso/trackwho
15823 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
sansanlabs/laravel-userstamps
1208 Downloads
Package to add userstamps to models.
rulr/laravel-authored
1934 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
jlorente/laravel-identitystamps
6157 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
danielemontecchi/laravel-userstamps
802 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
bernskiold/laravel-blame
314 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.