Libraries tagged by laravel updated_by
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.
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
xenon/folklore-image-updated
577 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
dfox288/culpa
3506 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
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.
jcrodsolutions/laravel-user-stamp
92 Downloads
Enables automatic user stamp on created_by and updated_by fields within a model.
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
geekjeef/laravel-userstamps
8 Downloads
A simple Laravel package for Eloquent Model user specific fields.
fnematov/laravel-userstamps
60 Downloads
A simple Laravel package for Eloquent Model user specific fields.
digitalion/laravel-model-editors
267 Downloads
Tracker of users creating, editing or deleting the model