Libraries tagged by userstamp
wildside/userstamps
1097479 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
27143 Downloads
Package to add created_by, updated_by and deleted_by to models.
velitsol/userstamps
1190 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
4743 Downloads
Extensions for Laravel Eloquent\Model
turahe/laravel-userstamps
60 Downloads
Package to add created_by, updated_by and deleted_by to models.
tobidsn/laravel-userstamps
16 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
jcrodsolutions/laravel-user-stamp
64 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.
sevenlab/stamps
808 Downloads
Adds userstamps to models and migrations and handles it automatically
codiliateur/eloquent-model-userstamps
7 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
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.
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.
munettt/userstamps
15 Downloads
Userstamps for Laravel