Libraries tagged by deleted_by

wildside/userstamps

495 Favers
899414 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.

Go to Download


fico7489/laravel-revisionable-upgrade

54 Favers
32747 Downloads

Upgrade for the venturecraft revisionable package, add many useful methods.

Go to Download


sqits/laravel-userstamps

17 Favers
24055 Downloads

Package to add created_by, updated_by and deleted_by to models.

Go to Download


nstapelbroek/culpa

17 Favers
67918 Downloads

Adds Blameable support to Eloquent models in Laravel 5

Go to Download


quarks/laravel-auditors

3 Favers
15217 Downloads

Record created by, updated by and deleted by on Eloquent models automatically.

Go to Download


jlorente/laravel-identitystamps

1 Favers
4620 Downloads

A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models

Go to Download


kerattila/laravel-track-author

0 Favers
364 Downloads

Extension to add created_by, updated_by and deleted_by columns to Eloquent models.

Go to Download


kaystrobach/pagetreefixer

0 Favers
1330 Downloads

Fixes broken root pathes, by marking pages records without a valid rootline as deleted

Go to Download


flyhjaelp/laravel-eloquent-orderable

15 Favers
2369 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.

Go to Download


digitalion/laravel-model-editors

0 Favers
135 Downloads

Tracker of users creating, editing or deleting the model

Go to Download


dfox288/culpa

0 Favers
2901 Downloads

Adds Blameable support to Eloquent models in Laravel 7+

Go to Download


bytestgear/laravel-accountable

8 Favers
966 Downloads

Tracks the user responsible for creating, modifying, or deleting an Eloquent model

Go to Download


jc-it/yii2-blameable-behavior

0 Favers
378 Downloads

Blameable behavior for Yii2 that includes deleted by.

Go to Download


wearerequired/comment-retention-policy

0 Favers
1586 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.

Go to Download


coco-project/sql-cache

0 Favers
13 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.

Go to Download


Next >>