Libraries tagged by userstamps
wildside/userstamps
1416949 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.
sqits/laravel-userstamps
32954 Downloads
Package to add created_by, updated_by and deleted_by to models.
turahe/laravel-userstamps
273 Downloads
Adds user tracking fields to Laravel models.
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.
limanweb/eloquent-extensions
5213 Downloads
Extensions for Laravel Eloquent\Model
sansanlabs/laravel-userstamps
217 Downloads
Package to add userstamps to models.
everth/userstamps
123 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
sevenlab/stamps
857 Downloads
Adds userstamps to models and migrations and handles it automatically
tobidsn/laravel-userstamps
18 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
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
119 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
22 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.
munettt/userstamps
16 Downloads
Userstamps for Laravel
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
laragrad/eloquent-model-userstamps
432 Downloads