Soft Delete Child Models When a Parent is Deleted
Laravel's soft delete feature doesn't automatically handle child models, but the Soft Deletes Parent package solves this. It automatically soft deletes child models when a parent is soft deleted and restores them when the parent is restored. This package maintains the original `deleted_at` timestamp for child models and offers scoped queries for managing soft-deleted records. It's a convenient solution for managing hierarchical data with soft deletes in Laravel applications..
Empowering through technology.
No Website
GitHub RepositoryRelated Projects
Manage Virtual Wallets in Laravel with Pay Pocket
Power up your Laravel app with virtual wallets.
visit site
150 views