laravel-smart-model-tracker
by sharifuddin
Automatically handles created_by, updated_by, created_at, updated_at, and deleted_by for Eloquent models. Seamless user tracking with zero boilerplate code.
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.
laravel-userstamps
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
laravel-authored
by rulr
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
laravel-userstamps
by kayiwarahim
A simple Laravel package for Eloquent Model user specific fields by Rahim.
laravel-userstamps-for-backpack
by phpfour
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.
laravel-identitystamps
by jlorente
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
laravel-userstimetamps
by xt
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.
userstamps
by wildside
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.