Skip to content

Releases: mrgswift/laravel-encryptenv

Laravel 11 Support

23 Nov 19:28
Compare
Choose a tag to compare

Update dependencies in composer.json to support Laravel 11

Laravel 10 Support

14 Jun 16:50
372a833
Compare
Choose a tag to compare

Update dependencies in composer.json for Laravel 10

More normal error output from artisan encryptenv:console

06 Jul 22:31
Compare
Choose a tag to compare

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

06 Jul 21:41
260c91f
Compare
Choose a tag to compare

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

06 Jul 17:06
Compare
Choose a tag to compare

Updated dependencies to support Laravel 9

Laravel 8 Support

07 Nov 08:05
6f7e249
Compare
Choose a tag to compare

Updated dependencies to support Laravel 8

Fixed typo that causes error during decryption

21 Jul 23:58
Compare
Choose a tag to compare

Laravel 7 support + Bug fix

30 Jun 18:50
Compare
Choose a tag to compare

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)

25 Nov 22:25
Compare
Choose a tag to compare

-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

22 Nov 21:17
Compare
Choose a tag to compare

This is the initial release of this project to the public