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

use it with force/permanent delete #97

Closed leabdalla closed 5 years ago

leabdalla commented 5 years ago

this lib is working fine, so I have to permanent delete records from database... is it possible in cascade way?

maguilar92 commented 5 years ago

@leabdalla That's what mysql takes care of if you've defined the foreign keys well