Libraries tagged by updated-by
wildside/userstamps
1078836 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.
stefangabos/world_countries
66958 Downloads
Constantly updated lists of world countries, territories and areas of geographical interest, with associated alpha-2, alpha-3 and numeric codes as defined by the ISO 3166-1 standard, available in multiple formats and languages, with national flags included
sqits/laravel-userstamps
26917 Downloads
Package to add created_by, updated_by and deleted_by to models.
fico7489/laravel-revisionable-upgrade
34829 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
nstapelbroek/culpa
73047 Downloads
Adds Blameable support to Eloquent models in Laravel 5
digitalcloud/laravel-blameable
40442 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
brightnucleus/country-codes
84567 Downloads
Automatically updated country data containing ISO codes and English country names, powered by free MaxMind data.
koodoo/laravel-trait-updatedby
11570 Downloads
A Laravel Eloquent Model trait for adding User Id's to Eloquent Models
kamansoft/laravel-blame
2297 Downloads
A tool to easily work with the updated_by and created_by fields on your laravel eloquent models
axn/laravel-eloquent-authorable
39376 Downloads
Support for created_by and updated_by fields in Eloquent models.
xenon/folklore-image-updated
428 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
jlorente/laravel-identitystamps
4927 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
dfox288/culpa
3237 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
velitsol/userstamps
1188 Downloads
A simple package to insert and load userstamps for a model automatically, it provides an eloquent trait to use in your models.
quarks/laravel-auditors
16759 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.