Encrypt and decrypt environment files in Laravel
You can install the package via composer:
composer require castelnuovo/laravel-env
# Create production environment file
cp .env .env.production
# Generate a key and encrypt an environment file
php artisan env:encrypt --env production
# Decrypt and edit an environment file
php artisan env:edit production
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.