Libraries tagged by laravel delete
sansanlabs/laravel-userstamps
183 Downloads
Package to add userstamps to models.
jeffersongoncalves/laravel-created-by
10 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
fico7489/laravel-updated-related
484 Downloads
Update Elasticsearch data or clear cache when the model or any related model is updated, created or deleted.
nekman/laravel-model-logger
905 Downloads
Create a log entry every time a model has been inserted, updated or deleted
bytestgear/laravel-accountable
970 Downloads
Tracks the user responsible for creating, modifying, or deleting an Eloquent model
ismayil-dev/epoch-softdelete
7 Downloads
A Laravel package that introduces epoch-based soft deletes to handle unique constraints.
mosamirzz/bulk-query
7765 Downloads
Perform bulk update/insert/delete with laravel.
laravel-liberu/track-who
3115 Downloads
Create, update and delete authoring tracking dependency for Laravel Liberu
laravel-enso/trackwho
15655 Downloads
Create, update and delete authoring tracking dependency for Laravel Enso
testmonitor/eloquent-lockable
56 Downloads
Make Eloquent models read-only after they're locked. Prevents updates and deletes based on a `locked` attribute.
taskforcedev/crud-api
8572 Downloads
A laravel package providing an admin interface to create, edit and delete models.
noin/filament-activity-log
15 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.
majidalaeinia/refresh-elastic
180 Downloads
Refresh Elasticsearch indices for your tests (delete the indices and index them again based on their mappings if available).
illuminatech/db-safedelete
36 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
hirenmangukiya/autocrud
85 Downloads
Generate CRUD code for given database