Libraries tagged by updatedBy
wildside/userstamps
2003151 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
43661 Downloads
Package to add created_by, updated_by and deleted_by to models.
fico7489/laravel-revisionable-upgrade
40047 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
laravel-enso/track-who
44627 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
nowo-tech/audit-kit-bundle
339 Downloads
Symfony + Doctrine bundle for automatic created/updated timestamps and blame fields on opt-in entities.
mobilestock/model-tracks-user-updates
9554 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
44006 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
axn/laravel-eloquent-authorable
43015 Downloads
Support for created_by and updated_by fields in Eloquent models.
sansanlabs/laravel-userstamps
1179 Downloads
Package to add userstamps to models.
danielemontecchi/laravel-userstamps
722 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
bernskiold/laravel-blame
178 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.
dfox288/culpa
4630 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
quarks/laravel-auditors
17307 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kerattila/laravel-track-author
2310 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.