laravel-bakery icon indicating copy to clipboard operation
laravel-bakery copied to clipboard

SoftDeletes support

Open erikgaal opened this issue 5 years ago • 0 comments

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.

erikgaal avatar Dec 21 '18 14:12 erikgaal