Basically I have two Laravel applications (5.5 & 5.4).
My question is: Can I use Laravel Encryption to "encrypt" it in my first project and "decrypt" it on my second project?
I am aware that Laravel Encryption use a key option in your config/app.php to generate the encryption. I'm just asking if there's a valid way to do this.
Thank you in advance.
There's no backward incompatible changes in Laravel Encryption code between versions 5.4 and 5.5 (release notes) so as long as you use the same APP_KEY and the same encryption algorithm you will be able to decrypt data across your apps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With