Libraries tagged by laravel updated_by
wildside/userstamps
1273317 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
36303 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
29857 Downloads
Package to add created_by, updated_by and deleted_by to models.
digitalcloud/laravel-blameable
41656 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
flyhjaelp/laravel-eloquent-orderable
3118 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
73602 Downloads
Adds Blameable support to Eloquent models in Laravel 5
koodoo/laravel-trait-updatedby
13855 Downloads
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
sansanlabs/laravel-userstamps
79 Downloads
Package to add userstamps to models.
rulr/laravel-authored
40 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
quarks/laravel-auditors
17087 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kamansoft/laravel-blame
2559 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
jlorente/laravel-identitystamps
5333 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
axn/laravel-eloquent-authorable
40734 Downloads
Support for created_by and updated_by fields in Eloquent models.
velitsol/userstamps
1196 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
kerattila/laravel-track-author
716 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.