Libraries tagged by deletes
darshiltech/magento2-product-image-cleaner
1 Downloads
Magento 2 CLI module to delete unused product images from the filesystem and database.
daniilskli/loophole
6 Downloads
This library is designed to provide security to freelancers, as well as others in order to provide secure access to the site without the admin panel. When can it be useful? If you are a freelancer and you have been scammed, you can run some system command on the server to delete everything. In other cases, for example remote control of the site via POST API. In general I make this package for myself but I'm putting it here so someone can use it and not have to write new code every time. I will be glad if I help someone :) Translated by DeepL translator.
daiko/php-files
223 Downloads
Library to manipulate files (copy, move, delete, compress...)
cssoft/editproductcheckout
0 Downloads
A Magento 2 extension that allows users to delete, update the quantity, or change the item variant in the checkout cart.
computesta/yii2-articles
22 Downloads
Yii2 Articles to create, manage, and delete articles in a Yii2 site.
coldtrick/double_confirm
1072 Downloads
Adds an extra confirm dialog to supported delete actions
coding-partners/auto-controller
45 Downloads
The "Auto Controller" package for Laravel allows you to quickly generate fully functional controllers for any model in your application. With a single command, the package will create a controller with all the standard CRUD (Create, Read, Update, Delete) methods, saving you significant time and effort. This enables you to focus on building the core features of your project.
codestepsbd/historykeeper
7 Downloads
This will capture data for selected table for insert, update and delete
coderkube/deleteorders
14 Downloads
Use for delete order.
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
cmxperts/media-manager
31 Downloads
Media Manager, Upload, Add, Delete Media Files
clarkwinkelmann/flarum-ext-workbench-cleanup
118 Downloads
Inspect and delete unused files in the development workbench folder
ciyin/revisionable
10 Downloads
fork from venturecraft/revisionable, change soft delete to hard delete
cinghie/yii2-dictionary
241 Downloads
Yii2 Dictionary to create, manage, and delete Multilanguage Dictionary in a Yii2 site.
chrgriffin/collection-macro-thanos
1 Downloads
Laravel Collection macro: randomly delete half of the items in a Collection.