Libraries tagged by laravel updated_by
wildside/userstamps
1098743 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.
fico7489/laravel-revisionable-upgrade
34952 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
sqits/laravel-userstamps
27147 Downloads
Package to add created_by, updated_by and deleted_by to models.
nstapelbroek/culpa
73268 Downloads
Adds Blameable support to Eloquent models in Laravel 5
koodoo/laravel-trait-updatedby
11822 Downloads
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
kamansoft/laravel-blame
2355 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
digitalcloud/laravel-blameable
40553 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
axn/laravel-eloquent-authorable
39698 Downloads
Support for created_by and updated_by fields in Eloquent models.
jlorente/laravel-identitystamps
4980 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
xenon/folklore-image-updated
446 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
flyhjaelp/laravel-eloquent-orderable
2401 Downloads
Make your Eloquent models orderable by using the orderable trait on them. Which automatically updates the order of all other models within it's group when the order of a current model is updated or a new model insereted or deleted.
dfox288/culpa
3267 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
velitsol/userstamps
1190 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
turahe/laravel-userstamps
60 Downloads
Package to add created_by, updated_by and deleted_by to models.
tobidsn/laravel-userstamps
16 Downloads
A simple Laravel package for Eloquent Model user specific feilds.