stechstudio / laravel-env-security

Securely manage Laravel .env files for different deployment environments
MIT License
75 stars 9 forks source link

Driver Pattern #1

Closed bubba-h57 closed 6 years ago

bubba-h57 commented 6 years ago

Implement a driver pattern to leverage multiple encryption/decryption drivers. The first two will be KMS and the Laravel encryption stuff. We will use leverage the Encrypter Contract.