Categories

Developer

Jordan Welch

Encrypted Env Viewer for Laravel v0.3.2

  • rating
  • rating
  • rating
  • rating
  • rating
5.00 (2 reviews)
View Laravel Encrypted Env files directly in GitHub pull requests Encrypted Env Viewer for Laravel

View Laravel encrypted .env files directly in GitHub pull requests.

One of the biggest drawbacks of using Laravel's encrypted .env files is that it makes it very hard to view the diff of any changes when doing a PR review. This extension provides a handy "Decrypt" button which will take in the base64 key and display a human readable diff.

This extension DOES NOT transfer any information to an outside source. All decryption is handled in browser by the extension and written directly to the DOM.

This extension can be tested on this PR

Current Restrictions

  • Only supports default Laravel AES Cipher