PHP Package: askedio/laravel-soft-cascade
A Laravel package that provides soft cascading deletes for eloquent relationships, ensuring data integrity and application performance.
Package Description
Laravel-soft-cascade is a powerful PHP library that extends the eloquent ORM to handle soft cascading deletes, preventing orphaned data and maintaining database consistency. It offers a seamless solution for managing related records without compromising performance. With Laravel-soft-cascade, developers can efficiently manage complex relationships within their applications while adhering to best practices and ensuring data integrity.
Download Latest Version: 12.0.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/askedio/laravel-soft-cascade/12.0.0/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';
use Askedio\LaravelSoftCascade\Tests\SoftCascadeServiceProviderTest;
$obj = new SoftCascadeServiceProviderTest();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.