Libraries tagged by updatedBy
quarks/laravel-auditors
16763 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
nbsbbs/mongo-php-adapter
36 Downloads
Adapter to provide ext-mongo interface on top of mongo-php-library (updated by Noobus)
kerattila/laravel-track-author
499 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
jcrodsolutions/laravel-user-stamp
67 Downloads
Enables automatic user stamp on created_by and updated_by fields within a model.
everth/userstamps
49 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
malhal/laravel-createdbypolicy
8 Downloads
Simple security for Laravel models
hexathos/laravel-hasuserdata
202 Downloads
Autofills updated_by, created_by, updated_at and created_at
xt/laravel-userstimetamps
286 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.
tris-nm/userstamps
0 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 application.
skycoder/user-log
5 Downloads
An Awesome Package That Store User Creating, Updating, Approved and Company Log
phumsoft/userstamps
2 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.
phpfour/laravel-userstamps-for-backpack
117 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. This forks make that work for Backpack for Laravel.
pacificinternet/userstamps
20 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.
mazyvan/userstamps
156 Downloads
A fork from WildSide. Eloquent trait to automatically maintain created_by and updated_by (and deleted_by when using SoftDeletes) on your models
knetewelt/causerstamps
6 Downloads
A package to provide timestamps for eloquent models using a trait. It extends the model for created_by and updated_by column. If the model uses SoftDeletes it'll add the column deleted_by for that as well.