Libraries tagged by laravel delete
byteasc/laravel-soft-cascade
41188 Downloads
Laravel Cascade Soft Delete & Restore
blackplatinum/laravel-softdelete-fixer
13 Downloads
The Laravel framework soft delete fixer package.
thtg88/laravel-exists-without-soft-deleted-rule
16060 Downloads
Provide a Laravel `exists` validation rule that excludes soft-deleted models.
stonecutter/laravel-redis-tools
325 Downloads
Laravel Redis Tools: scan and delete redis keys by prefix(match)
danielemontecchi/laravel-userstamps
3 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
permaxis/laravel-crudgenerator
24 Downloads
Generate a crud (create read update delete) interface based on model laravel
sinevia/laravel-media-manager
344 Downloads
Media manager for Laravel - browse / create / rename / delete files and folders.
samrat131/laravel-options-table
9 Downloads
Add delete retrive settings/options to laravel application
jcergolj/filesystem-disk-cleanup-for-laravel
6 Downloads
Delete old files on a specific Laravel filesystem disk.
starmoozie/laravel-crud
121 Downloads
Quickly build an admin interfaces using Laravel, CoreUI, Bootstrap and jQuery.
shakib53626/laravel-repository-maker
3 Downloads
The shakib53626/laravel-repository-maker package provides a simple and efficient way to implement the Repository Design Pattern in Laravel projects. With a custom Artisan command (make:repository), developers can automatically generate repository classes with pre-defined methods like index, store, update, and delete. This tool is designed to enhance modularity, promote clean architecture, and save development time.
savioamin/laravel-model-affected-rows-verification
3 Downloads
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modifications and enhance the stability of your Laravel applications.
robjbrain/laravel-user-timestamps
125 Downloads
Drop in replacements for UserTimestamps and SoftDeletes to also store the authenticated user id.
robertseghedi/laravel-articles
98 Downloads
Feature-full Laravel advanced plugin for managing your website's articles, categories, likes and comments with a very easy syntax. Add, move, delete any content from your system, really easy.
rinvex/laravel-settings
103 Downloads
Rinvex Settings is a Laravel package for setting management. You can add, update, and delete application settings with ease, and use like the detaul Laravel config options. It comes with the ability to override config options on runtime, and supports tenantable features out of the box.