If i use SoftDelete trait in my model, how do I get the records excluded via soft deleting?
Contributor guide
Tech stack
phplaravel
Domain
backend
Issue type
documentation
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
None
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
The issue asks how to retrieve records that are soft deleted using the l5 repository package. Investigate if the package provides methods like 'onlyTrashed' or 'withTrashed' to handle soft deletes. Check the package's source code and documentation for any existing support, and consider adding or documenting a method to access soft deleted records using Laravel's SoftDelete trait.
How to use SoftDelete with repositories? · andersao/l5-repository#149 | Good First Issue