PHPackages                             blackplatinum/laravel-softdelete-fixer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. blackplatinum/laravel-softdelete-fixer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

blackplatinum/laravel-softdelete-fixer
======================================

The Laravel framework soft delete fixer package.

v1.0.0(6y ago)1132MITPHP

Since Apr 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/BlackPlatinum/laravel-softdelete-fixer)[ Packagist](https://packagist.org/packages/blackplatinum/laravel-softdelete-fixer)[ RSS](/packages/blackplatinum-laravel-softdelete-fixer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

laravel-softDelete-fixer
========================

[](#laravel-softdelete-fixer)

### Description:

[](#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:

[](#how-to-install)

`composer require blackplatinum/laravel-softdelete-fixer`

### How To Use:

[](#how-to-use)

#### First:

[](#first)

Add this line to your models
`Use SoftDeletesFix;`

#### Second:

[](#second)

Add this key to your `.env` file with namespace of you model classes `MODEL_NAMESPACE=App`

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2210d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/be5950976b8596d08d981a444a8e36e296fe17a14ed32c589c9f933067af4b63?d=identicon)[BlackPlatinum](/maintainers/BlackPlatinum)

---

Top Contributors

[![Baha2rM98](https://avatars.githubusercontent.com/u/49520007?v=4)](https://github.com/Baha2rM98 "Baha2rM98 (11 commits)")[![AshkanAbd](https://avatars.githubusercontent.com/u/29902791?v=4)](https://github.com/AshkanAbd "AshkanAbd (9 commits)")

---

Tags

laravelsoftdelete

### Embed Badge

![Health badge](/badges/blackplatinum-laravel-softdelete-fixer/health.svg)

```
[![Health](https://phpackages.com/badges/blackplatinum-laravel-softdelete-fixer/health.svg)](https://phpackages.com/packages/blackplatinum-laravel-softdelete-fixer)
```

###  Alternatives

[lummy/laravel-vue-api-crud-generator

Creates a basic skeleton for a CRUD app in both Laravel &amp; Vue.js single file components.

163.0k](/packages/lummy-laravel-vue-api-crud-generator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
