Laravel .env Decrypter
Version updated for https://github.com/glimmer-labs/laravel-env-decrypter to version v1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
laravel-env-decrypter is now available on GitHub Marketplace! This initial release provides a simple and efficient way to decrypt Laravel .env.encrypted files without requiring a full Laravel installation or PHP setup.
Key Features
- Decrypt
.env.encryptedfiles generated by Laravel projects. - Supports Laravel v11 and v12 decryption methods.
- Defaults to
aes-256-cbccipher while maintaining compatibility with all Laravel-supported ciphers. - Ideal for scenarios where a decrypted
.envfile is needed without bootstrapping a Laravel project.
Getting Started
Install and use the package directly in your workflow to quickly access decrypted environment variables.
Why Use laravel-env-decrypter?
- Removes the need for installing PHP or setting up a Laravel project just to access
.envfiles. - Works seamlessly with modern Laravel encryption standards.