laravel-bakery
laravel-bakery copied to clipboard
SoftDeletes support
Is your feature request related to a problem? Please describe.
There is currently no way to retrieve all models including the soft-deleted models according to the SoftDeletes
trait.
Describe the solution you'd like
withTrashed: Boolean
argument on Collection
to include soft-deleted models.
There should also be a way to authorize or scope who can view soft-deleted models.