Releases: mrgswift/laravel-encryptenv
Laravel 11 Support
Laravel 10 Support
Update dependencies in composer.json for Laravel 10
More normal error output from artisan encryptenv:console
Remove Symfony error handler from artisan encryptenv:console command. Symfony's Process class expects all commands follow specific convention to properly return a successful process. This causes an error to return in many situations when using Laravel the Command class. Therefore, it has been removed.
Added new command artisan encryptenv:console
Add the new command php artisan encryptenv:console
which allows you to run console commands that require your environment variables be decrypted during execution
Laravel 9 Support
Updated dependencies to support Laravel 9
Laravel 8 Support
Updated dependencies to support Laravel 8
Fixed typo that causes error during decryption
1.0.4 Fix typo
Laravel 7 support + Bug fix
Added Laravel 7 Support + Bug fix preventing AES-256-CBC cipher from working properly (Everyone should update to this version for everything to work properly)
Refactored Decrypt Class (resource efficiency & better security)
-Removed loop that decrypted all config values when get method was called
-Refactored construct and get method to only decrypt requested config value when get is called
Initial Release
This is the initial release of this project to the public