Libraries tagged by deleted_by
tobidsn/laravel-userstamps
17 Downloads
A simple Laravel package for Eloquent Model user specific feilds.
phumsoft/userstamps
2 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.
phpfour/laravel-userstamps-for-backpack
118 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.
pacificinternet/userstamps
21 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.
mazyvan/userstamps
156 Downloads
A fork from WildSide. Eloquent trait to automatically maintain created_by and updated_by (and deleted_by when using SoftDeletes) on your models
kayiwarahim/laravel-userstamps
0 Downloads
A simple Laravel package for Eloquent Model user specific fields by Rahim.
geekjeef/laravel-userstamps
8 Downloads
A simple Laravel package for Eloquent Model user specific fields.
danielemontecchi/laravel-userstamps
0 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
dalisoft/userstamps
33 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.
ahuseiny/laravel-userstamps
43 Downloads
A simple Laravel package for Eloquent Model user specific fields.
turahe/laravel-userstamps
84 Downloads
Package to add created_by, updated_by and deleted_by to models.
knetewelt/causerstamps
25 Downloads
A package to provide timestamps for eloquent models using a trait. It extends the model for created_by and updated_by column. If the model uses SoftDeletes it'll add the column deleted_by for that as well.
danyaldk/lumen-activity-log
338 Downloads
Very simple package to log user activities. Aim is to capture which object was created / updated / deleted by which user. Package it self has no relation implemented and stores whatever is passed.
andreadam82/laravel-userstamps
7 Downloads
Package to add created_by, updated_by and deleted_by to models.
findyouractivity/laravel-userstamps
11 Downloads
Package to add created_by, updated_by and deleted_by to models.