Libraries tagged by deleted-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.
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
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+
quarks/laravel-auditors
16759 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kaystrobach/pagetreefixer
1626 Downloads
Fixes broken root pathes, by marking pages records without a valid rootline as deleted
flyhjaelp/laravel-eloquent-orderable
2397 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.
turahe/laravel-userstamps
29 Downloads
Package to add created_by, updated_by and deleted_by to models.
digitalion/laravel-model-editors
221 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
kerattila/laravel-track-author
484 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.
jc-it/yii2-blameable-behavior
473 Downloads
Blameable behavior for Yii2 that includes deleted by.
kettasoft/booter
9 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.