Adding Soft Delete to Every Model and Migration by Default
In enterprise-level applications sometimes we need to restore deleted data or need to take a backup of that data. With Larave soft delete, we can easily soft delete and restore deleted data and in addition to methods, we can automatically filter deleted data while querying. In Laravel, the Soft Delete trait handles all the operations