Libraries tagged by laravel updated_by
jeffersongoncalves/laravel-created-by
8 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
83 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
fnematov/laravel-userstamps
60 Downloads
A simple Laravel package for Eloquent Model user specific fields.
digitalion/laravel-model-editors
262 Downloads
Tracker of users creating, editing or deleting the model
malhal/laravel-createdby
130 Downloads
A trait that adds createdBy and updatedBy user relations to your models
xenon/folklore-image-updated
560 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
abdursoft/laravel-bkash
20 Downloads
This package or Library for Bkash, developed by abdursoft. This library come with MIT license, so you can easily change anything what ever your needs.This package will work for bkash tokenized payment system. If they are updated their version and the library couldn't work properly, please contact with [email protected]
dfox288/culpa
3458 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
codiliateur/eloquent-model-userstamps
61 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
everth/userstamps
92 Downloads
Laravel package to automatically manage created_by and updated_by columns on Eloquent models.
paulwrightabuk/laravel-email-database-log
4 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
287 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.
turahe/laravel-userstamps
84 Downloads
Package to add created_by, updated_by and deleted_by to models.