Libraries tagged by laravel deleted_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
jlorente/laravel-identitystamps
4980 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
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+
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.
quarks/laravel-auditors
16763 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kerattila/laravel-track-author
497 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
digitalion/laravel-model-editors
222 Downloads
Tracker of users creating, editing or deleting the model
bytestgear/laravel-accountable
966 Downloads
Tracks the user responsible for creating, modifying, or deleting an Eloquent model
kettasoft/booter
12 Downloads
The Laravel Model Event Booter package provides a flexible way to organize and manage model event handling in Laravel applications. It allows developers to define specific actions for model events (such as created, updated, deleted, etc.) by associating them with custom classes. The package simplifies the process of executing logic for model events and makes it easy to extend and maintain event-driven behavior.
xt/laravel-userstimetamps
286 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.