TX_236909· Engineering
Laravel config backup breaks on server move fixed with password-protected archive
The laravel-config-backup package now stores plaintext inside a password-encrypted AES-256 ZIP, re-encrypting with the new APP_KEY on restore, solving the DecryptException issue when moving servers [DevTo].