Libraries tagged by laravel updated_by
andreadam82/laravel-userstamps
4 Downloads
Package to add created_by, updated_by and deleted_by to models.
ahuseiny/laravel-userstamps
38 Downloads
A simple Laravel package for Eloquent Model user specific fields.
findyouractivity/laravel-userstamps
9 Downloads
Package to add created_by, updated_by and deleted_by to models.
malhal/laravel-createdbypolicy
8 Downloads
Simple security for Laravel models
nateritter/laravel-mautic-api
11 Downloads
Free and Open Source Marketing Automation API (updated to support Laravel 5.7 by dgtal)
justdvlp/folklore-image-updated
5 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
tris-nm/userstamps
0 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 application.
phumsoft/userstamps
2 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.
pacificinternet/userstamps
20 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.
mazyvan/userstamps
156 Downloads
A fork from WildSide. Eloquent trait to automatically maintain created_by and updated_by (and deleted_by when using SoftDeletes) on your models
knetewelt/causerstamps
6 Downloads
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.
dalisoft/userstamps
31 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.
codiliateur/eloquent-model-userstamps
7 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
xgenious/xgapiclient
2300 Downloads
this package help to update xgenious products from user dashbaord by just click.
shaka/dynamic-update-trait
80 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.