Libraries tagged by laravel deleted_by
xt/laravel-userstimetamps
289 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.
tobidsn/laravel-userstamps
20 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
sharifuddin/laravel-smart-model-tracker
5 Downloads
Automatically handles created_by, updated_by, created_at, updated_at, and deleted_by for Eloquent models. Seamless user tracking with zero boilerplate code.
rabnawazak1/laravel-custom-softdelete
152 Downloads
Custom soft delete with is_deleted, deleted_at, deleted_by
phpfour/laravel-userstamps-for-backpack
119 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. This forks make that work for Backpack for Laravel.
kayiwarahim/laravel-userstamps
1 Downloads
A simple Laravel package for Eloquent Model user specific fields by Rahim.
gjentii/laravel-userstamps
0 Downloads
Laravel Blueprint macros for userStamps and dropUserStamps (created_by, updated_by, deleted_by).
geekjeef/laravel-userstamps
8 Downloads
A simple Laravel package for Eloquent Model user specific fields.
fnematov/laravel-userstamps
60 Downloads
A simple Laravel package for Eloquent Model user specific fields.
digitalion/laravel-model-editors
267 Downloads
Tracker of users creating, editing or deleting the model
digitalindoorsmen/laravel-actor-trails
0 Downloads
Track created_by, modified_by, and deleted_by as JSON objects in your Laravel models, with support for multiple guards and polymorphic actors.
andreadam82/laravel-userstamps
7 Downloads
Package to add created_by, updated_by and deleted_by to models.
alagaccia/laravel-created-by
46 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.
ahuseiny/laravel-userstamps
53 Downloads
A simple Laravel package for Eloquent Model user specific fields.
findyouractivity/laravel-userstamps
11 Downloads
Package to add created_by, updated_by and deleted_by to models.