rabnawazak1/laravel-custom-softdelete
Custom soft delete with is_deleted, deleted_at, deleted_by
时间:2026-04-27 11:25
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
maryamfadhillah/soft-delete-extra
Laravel package for extended soft delete with deleted_by
时间:2025-09-20 07:46
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
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
kayiwarahim/laravel-userstamps
A simple Laravel package for Eloquent Model user specific fields by Rahim.
时间:2025-03-01 11:53
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
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
geekjeef/laravel-userstamps
A simple Laravel package for Eloquent Model user specific fields.
时间:2023-08-12 13:25
codiliateur/eloquent-model-userstamps
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
时间:2023-07-02 15:51
pacificinternet/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.
时间:2023-06-23 09:07