Libraries tagged by delete
omaralalwi/laravel-trash-cleaner
8179 Downloads
Clean Laravel debug/log files (Debugbar, Clockwork), compiled views and frontend build artifacts, with optional rebuild and scheduling.
madebyclowd/laravel-auto-sequence
892 Downloads
Automatically generate sequential invoice/order numbers (like INV-2026-0001) for Laravel Eloquent models. Safe from duplicates even under heavy concurrent traffic.
fusic/reincarnation
180618 Downloads
CakePHP Reincarnation
fico7489/laravel-revisionable-upgrade
40262 Downloads
Upgrade for the venturecraft revisionable package, add many useful methods.
cornernote/yii2-softdelete
15617 Downloads
Soft delete behavior for Yii2.
andanteproject/soft-deletable-bundle
31472 Downloads
A Symfony Bundle to handle soft deletable with Doctrine Entities
zvizvi/filament-notifications-tabs
3866 Downloads
Tabs and per-notification actions (delete, toggle read status) for the Filament database notifications modal.
zetacomponents/persistent-object
507552 Downloads
This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
wddyousuf/eloquent-autocache
927 Downloads
Automatic Eloquent model query caching for Laravel with self-flushing on create, update, and delete.
vimatech/laravel-membership
1331 Downloads
Polymorphic memberships for Laravel: who belongs to what, and with which role. Enum roles, role hierarchy, guards, policy helpers, events and soft deletes, across teams, projects and workspaces.
swiftmade/statamic-clear-assets
48628 Downloads
Deletes unused assets. Saves storage space.
speicher210/cloudinary-bundle
183417 Downloads
Symfony bundle for the Cloudinary PHP SDK: configured Cloudinary, Admin API and Upload API services, Twig functions and filters for asset URLs and image, picture and video tags, and console commands to upload, inspect and delete assets.
simple-crud/simple-crud
6352 Downloads
Create/Read/Update/Delete easily
securetrading/data
589987 Downloads
Secure Trading's Data package. Contains getters/setters/deleters for a data object and allows extending classes to define validation methods for specific data keys.
roddy/firestore-eloquent
4169 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.