Cascade Delete & Restore when using Laravel SoftDeletes
The Laravel/Lumen Soft Cascade Delete & Restore package simplifies the process of soft deleting and restoring relationships when using Laravel or Lumen's SoftDeletes feature. It provides an easy solution for ensuring that related data is properly handled during deletion or restoration operations.
The Laravel/Lumen Soft Cascade Delete & Restore package simplifies the handling of relations during soft deletion and restoration in Laravel and Lumen applications. By defining the relations in a simple array, developers can easily manage cascading actions and ensure data integrity. The package offers support for nested relations and different databases, although additional testing and improvements are encouraged from the community.