You Don’t Have to Delete Things Permanently

What would it look like if you wanted to build a “trash bin“ for your application? That way your users don’t permanently delete info every time they delete something. Laravel has something called Soft Deletes out of the box, so why don’t we take a look. Links: Soft Delete documentation: #soft-deleting
Back to Top