You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some platforms require files to be put into-place (WordPress' wp-includes/version.php comes to mind), so it'll be helpful to have a trait that will temporarily move old files aside and symlink in new alternatives.
Some platforms require files to be put into-place (WordPress'
wp-includes/version.php
comes to mind), so it'll be helpful to have a trait that will temporarily move old files aside and symlink in new alternatives.Potential usage:
Old files should never actually be deleted, so maybe they're moved aside with a
.bak
extension (or similar).The text was updated successfully, but these errors were encountered: