Libraries tagged by deleted
flyhjaelp/laravel-eloquent-orderable
5605 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.
andersundsehr/redirects-tweak
6609 Downloads
Seperates redirects from the page cache and allows to delete redirects where the page was deleted
spinen/laravel-garbage-man
19064 Downloads
Scheduled job to clean out Laravel's soft deleted records at configured interval.
webbuilders-group/silverstripe-gridfield-deleted-items
13463 Downloads
Provides a series of components that allows you to view versioned objects that have been deleted from the draft site.
romanzipp/laravel-previously-deleted
12774 Downloads
Store previously deleted Model attributes
testmonitor/laravel-accountable
11361 Downloads
Tracks the user responsible for creating, modifying, or deleting an Eloquent model
sansanlabs/laravel-userstamps
1169 Downloads
Package to add userstamps to models.
jlorente/laravel-identitystamps
6115 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models
danielemontecchi/laravel-userstamps
584 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
dfox288/culpa
4562 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
somardigital/silverstripe-cloudfront
215 Downloads
SilverStripe extension to automatically invalidate CloudFront cache when pages and files are published, unpublished, or deleted
simonschaufi/lock-element
2990 Downloads
Lock Element. A locked element can't be deleted.
sibds/yii2-trash-behavior
2715 Downloads
AR models behavior that allows to mark models as deleted and then restore them.
quarks/laravel-auditors
17296 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
kerattila/laravel-track-author
2166 Downloads
Extension to add created_by, updated_by and deleted_by columns to Eloquent models.