sqits/laravel-userstamps
Package to add created_by, updated_by and deleted_by to models.
时间:2026-01-04 03:25
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
kerattila/laravel-track-author
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
时间:2021-07-21 19:46
dfox288/culpa
Adds Blameable support to Eloquent models in Laravel 7+
时间:2020-07-01 09:07
jlorente/laravel-identitystamps
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
时间:2019-08-14 14:52
laravel-enso/trackwho
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
时间:2017-03-19 18:38
wildside/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.
时间:2016-03-10 19:05