Download the PHP package blackplatinum/laravel-softdelete-fixer without Composer
On this page you can find all versions of the php package blackplatinum/laravel-softdelete-fixer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download blackplatinum/laravel-softdelete-fixer
More information about blackplatinum/laravel-softdelete-fixer
Files in blackplatinum/laravel-softdelete-fixer
Download blackplatinum/laravel-softdelete-fixer
More information about blackplatinum/laravel-softdelete-fixer
Files in blackplatinum/laravel-softdelete-fixer
Vendor blackplatinum
Package laravel-softdelete-fixer
Short Description The Laravel framework soft delete fixer package.
License MIT
Package laravel-softdelete-fixer
Short Description The Laravel framework soft delete fixer package.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-softdelete-fixer
laravel-softDelete-fixer
Description:
Unfortunately when you join a table using Eloquent
join methods (inner, outer, left etc), it doesn't check soft delete trait used in model and join all rows also deleted_at
columns that ARE NOT null
.
With this package and using it in your models, it will check deleted_at rows.
How To Install:
composer require blackplatinum/laravel-softdelete-fixer
How To Use:
First:
Add this line to your models
Use SoftDeletesFix;
Second:
Add this key to your .env
file with namespace of you model classes
MODEL_NAMESPACE=App
All versions of laravel-softdelete-fixer with dependencies
PHP Build Version
Package Version
No informations.
The package blackplatinum/laravel-softdelete-fixer contains the following files
Loading the files please wait ....