Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 341 Bytes

soft-deletes.md

File metadata and controls

8 lines (6 loc) · 341 Bytes
title weight
Soft deleting
10

The medialibrary has support for soft deleting.

It's pretty straightforward. When you soft delete a model with $model->delete() the media will not be removed. When you force delete a model with $model->forceDelete() the media will be removed.