DB::transaction function should revert files as well. #40437
Unanswered
Dasein-hub
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Transactions are a feature of your database not of Laravel and your database doesn't know what files you have. You will have to track the changes you did by yourself and then revert them. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I've recently discovered that DB::transaction function doesn't revert file changes like renaming, replacing, etc. Would be nice if it did.
Beta Was this translation helpful? Give feedback.
All reactions