PHP Package: askedio/laravel-soft-cascade

A Laravel package that provides soft cascading deletes for eloquent relationships, ensuring data integrity and application performance.

Current Version: 12.0.0
Last Updated: 2025-02-24
PHP Requirement: ^8.2
Dependencies:
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.0.0

Download Download v12.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.