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