Libraries tagged by userstamp
wildside/userstamps
1888217 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
40591 Downloads
Package to add created_by, updated_by and deleted_by to models.
sansanlabs/laravel-userstamps
1115 Downloads
Package to add userstamps to models.
danielemontecchi/laravel-userstamps
466 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
velitsol/userstamps
1202 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
sevenlab/stamps
1287 Downloads
Adds userstamps to models and migrations and handles it automatically
limanweb/eloquent-extensions
6155 Downloads
Extensions for Laravel Eloquent\Model
codiliateur/eloquent-model-userstamps
134 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
turahe/laravel-userstamps
287 Downloads
Adds user tracking fields to Laravel models.
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