Libraries tagged by soft delete
varun-nambiar/laravel-softdelete
6 Downloads
Laravel SoftDelete
tranzakt/laravel-softdeletesunique
11 Downloads
Package to allow correct unique indexing of null softDelete deleted_at columns.
pillar-science/laravel-pivot-softdeletes-events
55 Downloads
Merge between fico7489/laravel-pivot and ddzobov/laravel-pivot-softdeletes
phongbui/yii2-softdelete-trait
90 Downloads
Softdelete trait for Yii2
hongyejia/softdeletes
44 Downloads
larave softDeletes change
edofre/laravel-softdelete-cleanup
26 Downloads
Console command to cleanup your database from softdeleted models
dipesh79/laravel-softdelete-action
59 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.
chefsplate/mongodb-odm-softdelete
370 Downloads
Doctrine MongoDB MongoDB SoftDelete Library
zogxray/soft-deletable-bundle
2 Downloads
slicesofcake/delete
197 Downloads
CakePHP plugin for soft deleting
wodrow/yii2wsoftdelete
23 Downloads
soft delete for yii2 models
robjbrain/laravel-user-timestamps
127 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
knetewelt/causerstamps
26 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.
createnl/expires
3761 Downloads
Set expiration date for database records, like future deleted at columns