Libraries tagged by softdeletes
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.
sjorsvanleeuwen/route-resource-extension
15 Downloads
Resource extension to allow softDeletes
robjbrain/laravel-user-timestamps
106 Downloads
Drop in replacements for UserTimestamps and SoftDeletes to also store the authenticated user id.
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
marcelo-correa/soft-deletes
37 Downloads
SoftDeletes Trait for Laravel
itime/laravel-soft-deletes-unix
45 Downloads
SoftDeletes With Unix Timestamp For Laravel
dipesh79/laravel-softdelete-action
1 Downloads
A Laravel package to handle cascading, SET NULL, RESTRICT, NO ACTION, and SET DEFAULT behaviors for SoftDeletes in Eloquent relationships, with support for record restoration and cleanup actions.
codemonkeyluffy/laravel-soft-deletes-not-empty
267 Downloads
SoftDeletesNotEmpty With Unix Timestamp For Laravel5+
sjorsvanleeuwen/laravel-extended-resource-registrar
74 Downloads
Extension for Laravel Router and ResourceRegistrar to handle softDeletes and simple delete without HTTP DELETE method
yii2tech/ar-softdelete
2701783 Downloads
Provides support for ActiveRecord soft delete in Yii2
pgbi/cakephp3-soft-delete
278229 Downloads
SoftDelete plugin for CakePHP
evence/soft-deleteable-extension-bundle
475934 Downloads
Fixed to work with Symfony 5.0+. Adjusted from E-vence/SoftDeleteableListenerExtensionBundle.
yii2tech/ar-softdelete
Downloads
lekoala/silverstripe-softdelete
96598 Downloads
Soft delete extension for SilverStripe
yiithings/yii2-softdelete
9837 Downloads
Soft delete extension for Yii2 framework