Libraries tagged by laravel delete
spatie/laravel-model-cleanup
566396 Downloads
This package deletes unneeded records in a database.
noxoua/filament-activity-log
30827 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
35968 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
cesargb/laravel-cascade-delete
46103 Downloads
Cascading eliminations implemented in polymorphic relationships for the Laravel apps
dcat/laravel-softdeletes
2295 Downloads
Laravel ORM softDeletes
sqits/laravel-userstamps
29124 Downloads
Package to add created_by, updated_by and deleted_by to models.
flyhjaelp/laravel-eloquent-orderable
2796 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.
laravel-enso/track-who
39775 Downloads
Create, update and delete authoring tracking dependency for Laravel Enso
tsyama/laravel-soft-delete-flag
46199 Downloads
A Laravel package that can use Boolean column for soft deletes.
totov/laravel-soft-delete-morph-to-many-pivots
8974 Downloads
Allow morphToMany relationship pivots to be soft deleted.
jcergolj/after-action-redirect-pagination-url-for-laravel
6507 Downloads
After CREATE, UPDATE or DELETE action paginated redirect url for laravel
vectorial1024/laravel-cache-evict
616 Downloads
Efficiently remove expired Laravel file/database cache data
omaralalwi/laravel-trash-cleaner
447 Downloads
clean logs and debug files (clockwork , laravel telescope and more)
mobilestock/laravel-model-affected-rows-verification
1434 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.
moataz-hajres/morph-cascade-delete
252 Downloads
A simple laravel package to enable cascade deleting on polymorphic relations.