Make a forceDeleting event #44714
Unanswered
cariboufute
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Since we already have a forceDeleted event when using Eloquent soft delete, it would be nice to also have a forceDeleting event.
For instance, this would be very useful when deleting photo files. With a forceDeleting event, we could delete the files before force deleting the model, while keeping the files when soft deleting the model.
A start of implementation
Beta Was this translation helpful? Give feedback.
All reactions