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.
-
Updated
Jun 7, 2024 - PHP
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.
Upgrade for the venturecraft revisionable package, add many useful methods.
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in models..
A Laravel plugin to register and keep control of users who make creations, updates and deletions of models.
Add a description, image, and links to the userstamps topic page so that developers can more easily learn about it.
To associate your repository with the userstamps topic, visit your repo's landing page and select "manage topics."