Soft Deletes
At times, you need your application to keep records in the database but still make them disappear from functionality. That's where soft deletes come into play. They allow you to complete hide a record from the database without actually deleting the record. Let's take a look at an example.
TOPICS
Eloquent
Soft Deletes