laravel-cascade-deletes
laravel-cascade-deletes copied to clipboard
Adds application level cascading deletes to Eloquent Models.
Removing $ to make copying the command easier
Would you consider accepting a pull request with support for nested relations, similar to the way nested relations can be eager-loaded with the syntax `relation.relation`?
Hi, how can I as a child listen for the delete event through the parent? I did not found a solution through the observer. Thanks
Terrific Cascade Deletion package, thank you for your excellent work! I'm struggling to understand what the piece of code explained by this comment is protecting us from. ``` // To...
correct Code Example typo (morphsMany to morphMany) source: https://laravel.com/api/6.x/Illuminate/Database/Eloquent/Relations/MorphMany.html https://laravel.com/api/10.x/Illuminate/Database/Eloquent/Relations/MorphMany.html