Libraries tagged by laravel updated_by
wildside/userstamps
2074118 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.
sqits/laravel-userstamps
46504 Downloads
Package to add created_by, updated_by and deleted_by to models.
fico7489/laravel-revisionable-upgrade
40204 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
laravel-enso/track-who
45002 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
digitalcloud/laravel-blameable
44108 Downloads
Laravel package allow you to add created/updated by attributes on eloquent models
axn/laravel-eloquent-authorable
43541 Downloads
Support for created_by and updated_by fields in Eloquent models.
flyhjaelp/laravel-eloquent-orderable
5674 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.
laravel-enso/trackwho
15823 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
sansanlabs/laravel-userstamps
1208 Downloads
Package to add userstamps to models.
rulr/laravel-authored
1934 Downloads
A Laravel package that adds created_by and last_updated_by attributes to Eloquent models.
kerattila/laravel-track-author
2361 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
jlorente/laravel-identitystamps
6159 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
jeffersongoncalves/laravel-created-by
210 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.
danielemontecchi/laravel-userstamps
807 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
bernskiold/laravel-blame
333 Downloads
Automatically track which user created and last updated your Eloquent models, with relations and schema macros.