Libraries tagged by updated-by
wildside/userstamps
1888217 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
39837 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
40587 Downloads
Package to add created_by, updated_by and deleted_by to models.
laravel-enso/track-who
43968 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
mobilestock/model-tracks-user-updates
8935 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
43774 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
axn/laravel-eloquent-authorable
42617 Downloads
Support for created_by and updated_by fields in Eloquent models.
laravel-enso/trackwho
15734 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
sansanlabs/laravel-userstamps
1115 Downloads
Package to add userstamps to models.
rulr/laravel-authored
1923 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
jlorente/laravel-identitystamps
6072 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
danielemontecchi/laravel-userstamps
466 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
bernskiold/laravel-blame
34 Downloads
Automatically track which user created and last updated your Eloquent models, with relations and schema macros.
velitsol/userstamps
1202 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
74428 Downloads
Adds Blameable support to Eloquent models in Laravel 5