sqits/laravel-userstamps
Package to add created_by, updated_by and deleted_by to models.
时间:2026-01-04 03:25
sharifuddin/laravel-smart-model-tracker
Automatically handles created_by, updated_by, created_at, updated_at, and deleted_by for Eloquent models. Seamless user tracking with zero boilerplate code.
时间:2025-11-02 10:16
alagaccia/laravel-created-by
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modific
时间:2025-09-19 09:29
jeffersongoncalves/laravel-created-by
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modific
时间:2025-09-17 11:58
gjentii/laravel-userstamps
Laravel Blueprint macros for userStamps and dropUserStamps (created_by, updated_by, deleted_by).
时间:2025-09-02 05:02
boralp/laravel-auditable
A lightweight Laravel package to track model changes with IP (binary), deduplicated user agents, and created_by/updated_by auto-fill. Includes export, cleanup, and API endpoints for easy audit history access.
时间:2025-08-29 13:54
digitalindoorsmen/laravel-actor-trails
Track created_by, modified_by, and deleted_by as JSON objects in your Laravel models, with support for multiple guards and polymorphic actors.
时间:2025-08-26 19:05
kseven/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.
时间:2025-06-17 00:41
sansanlabs/laravel-userstamps
Package to add userstamps to models.
时间:2025-03-24 06:52
rulr/laravel-authored
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
时间:2025-03-06 19:20
kayiwarahim/laravel-userstamps
A simple Laravel package for Eloquent Model user specific fields by Rahim.
时间:2025-03-01 11:53
jcrodsolutions/laravel-user-stamp
Enables automatic user stamp on created_by and updated_by fields within a model.
时间:2024-07-05 04:03
knetewelt/causerstamps
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.
时间:2024-03-19 09:36
everth/userstamps
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
时间:2024-02-13 02:15
phpfour/laravel-userstamps-for-backpack
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.
时间:2023-09-30 06:54