Libraries tagged by deleted
wildside/userstamps
2030632 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.
spatie/laravel-deleted-models
160676 Downloads
Automatically copy deleted records to a separate table
typo3/cms-recycler
6446127 Downloads
TYPO3 CMS Recycler - Restore deleted records or remove them from the database permanently.
ddzobov/laravel-pivot-softdeletes
608692 Downloads
Make your Eloquent models pivots be able to soft deleted in Laravel/Lumen
sqits/laravel-userstamps
44772 Downloads
Package to add created_by, updated_by and deleted_by to models.
tightenco/quicksand
175450 Downloads
Easily schedule regular cleanup of old soft-deleted Eloquent data.
fico7489/laravel-revisionable-upgrade
40084 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
totov/laravel-soft-delete-morph-to-many-pivots
23816 Downloads
Allow morphToMany relationship pivots to be soft deleted.
promethys/revive
3943 Downloads
A 'RecycleBin' page where users can restore or delete permanently soft-deleted models.
martinpetricko/filament-restore-or-create
4159 Downloads
FilamentPHP package that adds ability to check for similar deleted records and restore them instead of creating new ones.
laravel-enso/track-who
44795 Downloads
Created-by, updated-by, and deleted-by tracking traits for Laravel Enso
cap/cleanmedia
15145 Downloads
Magento 2 CLI Command : remove images of deleted product in the `/media/catalog/product` folder
thtg88/laravel-exists-without-soft-deleted-rule
18855 Downloads
Provide a Laravel `exists` validation rule that excludes soft-deleted models.
walsgit/recycle-bin
3843 Downloads
Flarum extension to manage deleted (hidden) discussions
flyhjaelp/laravel-eloquent-orderable
5660 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.