Libraries tagged by causerstamps
knetewelt/causerstamps
25 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.
wildside/userstamps
1229115 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
29172 Downloads
Package to add created_by, updated_by and deleted_by to models.
velitsol/userstamps
1194 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
5019 Downloads
Extensions for Laravel Eloquent\Model
sansanlabs/laravel-userstamps
7 Downloads
Package to add userstamps to models.
everth/userstamps
75 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
turahe/laravel-userstamps
84 Downloads
Package to add created_by, updated_by and deleted_by to models.
tobidsn/laravel-userstamps
17 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
118 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
21 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
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
429 Downloads