Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a possibility to add a revision for model object deleting if this model do not use SoftDelete? #340

Open
lihusha opened this issue Feb 14, 2019 · 3 comments

Comments

@lihusha
Copy link

lihusha commented Feb 14, 2019

No description provided.

@lihusha lihusha changed the title Is there a possibility to add a revision for model object deleting if this model do not use SoftDelete? Is there a possibility to add a revision for model object deleting if this model do not use SoftDelete? Feb 14, 2019
@PauZoffoli
Copy link

same question

@JoshuaDoshua
Copy link

@lihusha, @PauZoffoli example use-case? Not sure how that would even look in an app?
Deleted (not soft) means gone forever, if you need to track deleted_at you should be using softDeletes. I think maybe you're wanting a global activity/events log (for ex: https://github.com/spatie/laravel-activitylog ).

@adiafora
Copy link
Contributor

Is it a fundamental decision not to keep the deletion fact? I think it's still possible to save the information. Model, ID, user, deleted entry. At least something ))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants