Libraries tagged by laravel updated_by
kamansoft/laravel-blame
2568 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
jeffersongoncalves/laravel-created-by
10 Downloads
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 modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
jcrodsolutions/laravel-user-stamp
101 Downloads
Enables automatic user stamp on created_by and updated_by fields within a model.
boralp/laravel-auditable
6 Downloads
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.
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
xenon/folklore-image-updated
582 Downloads
Image manipulation library for Laravel based on Imagine and inspired by Croppa for easy url based manipulation. This is a fork of laravel folklore image
everth/userstamps
120 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
paulwrightabuk/laravel-email-database-log
5 Downloads
A simple database logger for all outgoing emails sent by Laravel website, updated for Laravel 6. Forked from original by Alexander Shvets
xt/laravel-userstimetamps
288 Downloads
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.
tobidsn/laravel-userstamps
18 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
phpfour/laravel-userstamps-for-backpack
119 Downloads
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.
kayiwarahim/laravel-userstamps
1 Downloads
A simple Laravel package for Eloquent Model user specific fields by Rahim.
hpolthof/laravel-auditable
8 Downloads
Allow for easy addition of created_by and updated_by fields.
hexathos/laravel-hasuserdata
207 Downloads
Autofills updated_by, created_by, updated_at and created_at
gjentii/laravel-userstamps
0 Downloads
Laravel Blueprint macros for userStamps and dropUserStamps (created_by, updated_by, deleted_by).