Libraries tagged by deleted-by
wearerequired/comment-retention-policy
1652 Downloads
Allows to configure a retention period of IP addresses of commenters by specifying how old the comment should be before the IP is deleted.
kaystrobach/pagetreefixer
1634 Downloads
Fixes broken root pathes, by marking pages records without a valid rootline as deleted
coco-project/sql-cache
19 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
presprog/contao-undo
744 Downloads
Improves the Contao restore option in the backend by providing more semantic information regarding the deleted elements.
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.
tris-nm/userstamps
0 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 application.
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
117 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
20 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
knetewelt/causerstamps
6 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.
geekjeef/laravel-userstamps
8 Downloads
A simple Laravel package for Eloquent Model user specific fields.
fnematov/laravel-userstamps
57 Downloads
A simple Laravel package for Eloquent Model user specific fields.
dalisoft/userstamps
31 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.
andreadam82/laravel-userstamps
4 Downloads
Package to add created_by, updated_by and deleted_by to models.