Libraries tagged by deleted
createnl/expires
3761 Downloads
Set expiration date for database records, like future deleted at columns
codiliateur/eloquent-model-userstamps
28 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
codebuglab/laravel-media-removable
27 Downloads
Automatically remove media like images, videos, and audios from storage folder once record with media deleted or updated from database
coco-project/sql-cache
20 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.
bitmotion/gone
75 Downloads
Automatically generates redirects (301) when a URL changes and returns a gone status code (410) when a page / record has been deleted.
bakgul/file-history
122 Downloads
This is a helper package, and it can't be used independently. Its purpose is to log the changes of files when they are created/deleted/updated through the commands shipped with the packages, which are part of Packagified Laravel. So this package can't track the changes made manually.
bakgul/file-content
126 Downloads
This is a helper package, and it can't be used independently. Its purpose is to get/set/modify files' content when they are created/deleted/updated through the commands that are shipped with the packages, which are part of Packagified Laravel.
maennchen/zendframework-pdf-cell
177 Downloads
Re-Add the deleted Class Zend_Pdf_Cell
justinatack/deleteable
15 Downloads
Detects which database records can be deleted. Database records can be locked preventing deletion.
forikal-uk/xml-authoring-project
3 Downloads
Structured directory where xmls get created, read, updaated or deleted.
atournayre/entities-events-bundle
10 Downloads
This bundle provides a way to dispatch events when entities are created, updated or deleted using Doctrine ORM events and Symfony EventDispatcher.
kartik-v/bootstrap-fileinput
6833136 Downloads
An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.
dyrynda/laravel-cascade-soft-deletes
2274295 Downloads
Cascading deletes for Eloquent models that implement soft deletes
backpack/crud
2731448 Downloads
Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.
php-imap/php-imap
11116417 Downloads
Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)