Libraries tagged by laravel delete
jeffersongoncalves/laravel-created-by
9 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
sofa/eloquent-cascade
10076 Downloads
Cascading deletes for Laravel Eloquent ORM.
mosamirzz/bulk-query
7762 Downloads
Perform bulk update/insert/delete with laravel.
laravel-liberu/track-who
3062 Downloads
Create, update and delete authoring tracking dependency for Laravel Liberu
laravel-enso/trackwho
15653 Downloads
Create, update and delete authoring tracking dependency for Laravel Enso
waseet/filament-activity-log
349 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.
testmonitor/eloquent-lockable
31 Downloads
Make Eloquent models read-only after they're locked. Prevents updates and deletes based on a `locked` attribute.
taskforcedev/crud-api
8571 Downloads
A laravel package providing an admin interface to create, edit and delete models.
majidalaeinia/refresh-elastic
179 Downloads
Refresh Elasticsearch indices for your tests (delete the indices and index them again based on their mappings if available).
iakovos/wireui-smart-table
16 Downloads
Simple yet effective and fully configurable component for all CRUD operations. A Laravel - Livewire component that can intuitively present model data in a table (or create/update/delete forms) using Tailwind and WireUI with minimal component configuration while also maintaining fully scalable, extendable and configurable capabilities. It also comes with optional built-in smart-forms that facilitate all CRUD operations.
hirenmangukiya/autocrud
85 Downloads
Generate CRUD code for given database
devcuongnguyen/crud
78 Downloads
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.