userstamps
There are 4 repositories under userstamps topic.
mattiverse/Laravel-Userstamps
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.
fico7489/laravel-revisionable-upgrade
Upgrade for the venturecraft revisionable package, add many useful methods.
hmshafeeq/userstamps
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in models..
jlorente/laravel-identitystamps
A Laravel plugin to register and keep control of users who make creations, updates and deletions of models.