Libraries tagged by laravel updated_by
wildside/userstamps
1388147 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
37464 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
32330 Downloads
Package to add created_by, updated_by and deleted_by to models.
digitalcloud/laravel-blameable
42195 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
flyhjaelp/laravel-eloquent-orderable
3951 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
nstapelbroek/culpa
73886 Downloads
Adds Blameable support to Eloquent models in Laravel 5
koodoo/laravel-trait-updatedby
14743 Downloads
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
rulr/laravel-authored
257 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
quarks/laravel-auditors
17172 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kerattila/laravel-track-author
1008 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
jlorente/laravel-identitystamps
5594 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
axn/laravel-eloquent-authorable
40904 Downloads
Support for created_by and updated_by fields in Eloquent models.
dfox288/culpa
3603 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
velitsol/userstamps
1201 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
sansanlabs/laravel-userstamps
191 Downloads
Package to add userstamps to models.