made with Laravel

Laravel Cascade Soft Deletes

Cascading Deletes for Eloquent Models

Visit Site

Description

Cascading Deletes for Eloquent Models

"In scenarios when you delete a parent record - say for example a blog post - you may want to also delete any comments associated with it as a form of self-maintenance of your data.

Normally, you would use your database's foreign key constraints, adding an ON DELETE CASCADE rule to the foreign key constraint in your comments table.

It may be useful to be able to restore a parent record after it was deleted. In those instances, you may reach for Laravel's soft deleting functionality.

In doing so, however, you lose the ability to use the cascading delete functionality that your database would otherwise provide. That is where this package aims to bridge the gap in functionality when using the SoftDeletes trait."


Creator

Michael Dyrynda
@michaeldyrynda


Social Media Links

Localizator Generate Language Files for Translations
icon-eye-dark Created with Sketch. 1.118
Laravel Swagger Automated API Documentation Generation with Swagger
icon-eye-dark Created with Sketch. 1.853
Sentry for Laravel Laravel Application Monitoring
❤️ Sponsored by Friends
We’re hosting on Digital Ocean! 💙 Try it today and get a free $100 credit.
Fast Paginate for Laravel Offset/limit Pagination Implementation
icon-eye-dark Created with Sketch. 2.014
Livewire Rate Limiting Rate Limiting for Laravel Livewire Actions
icon-eye-dark Created with Sketch. 1.489