Libraries tagged by updated-by
everth/userstamps
45 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
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.
tobidsn/laravel-userstamps
11 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
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
116 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
19 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
5 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.
geekjeef/laravel-userstamps
8 Downloads
A simple Laravel package for Eloquent Model user specific fields.
fnematov/laravel-userstamps
56 Downloads
A simple Laravel package for Eloquent Model user specific fields.
dalisoft/userstamps
29 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.
ahuseiny/laravel-userstamps
36 Downloads
A simple Laravel package for Eloquent Model user specific fields.
rahmasa/fill-record
7 Downloads
Auto fill traced columns in Eloquent [created_by_user,created_by_ip,updated_by_user,updated_by_ip]