Libraries tagged by laravel updated_by
wildside/userstamps
1332401 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
36875 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
31187 Downloads
Package to add created_by, updated_by and deleted_by to models.
rulr/laravel-authored
193 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
digitalcloud/laravel-blameable
41932 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
flyhjaelp/laravel-eloquent-orderable
3523 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
73716 Downloads
Adds Blameable support to Eloquent models in Laravel 5
koodoo/laravel-trait-updatedby
14445 Downloads
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
sansanlabs/laravel-userstamps
167 Downloads
Package to add userstamps to models.
quarks/laravel-auditors
17125 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kerattila/laravel-track-author
836 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
kamansoft/laravel-blame
2567 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
jlorente/laravel-identitystamps
5510 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
axn/laravel-eloquent-authorable
40818 Downloads
Support for created_by and updated_by fields in Eloquent models.
velitsol/userstamps
1199 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.