Libraries tagged by laravel delete
hacoidev/crud
7525 Downloads
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
mattkingshott/waterfall
17 Downloads
A package that performs cascading deletes in batches to ease database strain
caneara/waterfall
881 Downloads
A package that performs cascading deletes in batches to ease database strain
maggomann/filament-only-icon-display
5640 Downloads
The package provides the `HasOnlyIcon` trait for [Filament Admin Panel v2.x](https://filamentphp.com/docs/2.x/admin/installation). With this trait it is possible to display the table actions buttons only as icon or optionally only as icon including tooltip. The package currently provides the table action buttons (`CreateAction`, `DeleteAction`, `EditAction` and `ViewAction`) that already contain the trait. Own table action buttons can be extended with the `HasOnlyIcon` €trait, so that the methods are then available.
dfox288/culpa
3571 Downloads
Adds Blameable support to Eloquent models in Laravel 7+
m2code/file-manager
46 Downloads
Flexible Laravel File Manager: upload, move, delete, thumbnail, blurhash, and more
lakasir/has-crud-action
2125 Downloads
Has-CRUD-Action is a Laravel package that simplifies adding CRUD (Create, Read, Update, Delete) operations to your models.
almoayad/laratrans
64 Downloads
LaraTrans is a Laravel package that simplifies the process of handling translations for your models. It allows you to easily create, update, and delete translations for specific model properties, making your application ready for multilingual support with minimal effort.
mabrouk/mediable
469 Downloads
a laravel package to handle dealing with storing, updating or deleteing files
revati/laravel-soft-delete
21 Downloads
Extend laravel core support for soft delete
mykola-yatsenko/laravel-boolean-softdeletes
74 Downloads
Laravel soft deletes optimization for high load queries
razisayyed/laravel-cascaded-soft-deletes
4071 Downloads
Cascades delete/restore Soft Deletable relationships
nitinkaware/laravel-dependable-softdelete
16 Downloads
A laravel dependable soft delete package
mlezcano1985/laravel-pivot-soft-deletes
6835 Downloads
Soft delete Eloquent pivot models using Laravel SoftDeletes trait.
kobalazs/laravel-restrict-soft-deletes
2987 Downloads
Restrict deletes for Eloquent models that implement soft deletes.