Libraries tagged by laravel delete
agilukm/laravel-soft-cascade
1378 Downloads
Laravel Cascade Soft Delete & Restore
thtg88/laravel-exists-without-soft-deleted-rule
16068 Downloads
Provide a Laravel `exists` validation rule that excludes soft-deleted models.
stonecutter/laravel-redis-tools
326 Downloads
Laravel Redis Tools: scan and delete redis keys by prefix(match)
danielemontecchi/laravel-userstamps
5 Downloads
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
permaxis/laravel-crudgenerator
25 Downloads
Generate a crud (create read update delete) interface based on model laravel
sinevia/laravel-media-manager
347 Downloads
Media manager for Laravel - browse / create / rename / delete files and folders.
samrat131/laravel-options-table
10 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.
umairhanifdev/laravel-table-logger
6 Downloads
Automated Laravel model auditing and application log management with dynamic table creation. Tracks all model changes (create/update/delete) in dedicated log tables while maintaining native Laravel conventions. Provides comprehensive activity monitoring without database modifications.
tihab/soft-deletes-parent
95 Downloads
Soft delete children when parent soft deletes
starmoozie/laravel-crud
124 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
128 Downloads
Drop in replacements for UserTimestamps and SoftDeletes to also store the authenticated user id.
robertseghedi/laravel-articles
101 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.