Askedio / laravel-soft-cascade

Cascade Delete & Restore when using Laravel SoftDeletes
https://medium.com/asked-io/cascading-softdeletes-with-laravel-5-a1a9335a5b4d
MIT License
705 stars 63 forks source link

How to turn off cascade mode ? #83

Closed santas156 closed 6 years ago

santas156 commented 6 years ago

Sometimes i need to use delete or restore without cascade, sometimes with. How to do that ? Do i need two models on working with cascade mode and other without ?

maguilar92 commented 6 years ago

Yes, you can create another model that extends the model you need and define there the soft cascading.