Libraries tagged by laravel delete
spatie/laravel-model-cleanup
567994 Downloads
This package deletes unneeded records in a database.
noxoua/filament-activity-log
39043 Downloads
A Laravel package that simplifies activity logging in the Filament admin panel, with support for logging create, update, delete, and restore actions. It integrates with the 'spatie/laravel-activitylog' package and includes a modernized activity log viewing page.
fico7489/laravel-revisionable-upgrade
37133 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
cesargb/laravel-cascade-delete
49349 Downloads
Cascading eliminations implemented in polymorphic relationships for the Laravel apps
vectorial1024/laravel-cache-evict
2113 Downloads
Efficiently remove expired Laravel file/database cache data
dcat/laravel-softdeletes
2822 Downloads
Laravel ORM softDeletes
sqits/laravel-userstamps
31698 Downloads
Package to add created_by, updated_by and deleted_by to models.
laravel-enso/track-who
40749 Downloads
Create, update and delete authoring tracking dependency for Laravel Enso
tsyama/laravel-soft-delete-flag
48456 Downloads
A Laravel package that can use Boolean column for soft deletes.
totov/laravel-soft-delete-morph-to-many-pivots
11482 Downloads
Allow morphToMany relationship pivots to be soft deleted.
litvinjuan/laravel-cascade-soft-deletes
530 Downloads
Cascades soft delete and restored operations to the defined relationships
jcergolj/after-action-redirect-pagination-url-for-laravel
6922 Downloads
After CREATE, UPDATE or DELETE action paginated redirect url for laravel
wfeller/laravel-batch
4024 Downloads
Insert, update or delete models in batch, while still firing model events.
omaralalwi/laravel-trash-cleaner
796 Downloads
clean logs and debug files (clockwork , laravel telescope and more)
mobilestock/laravel-model-affected-rows-verification
5921 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.