castelnuovo/laravel-env

Encrypt and decrypt environment files in Laravel

v1.0.3 2024-02-29 08:34 UTC

This package is auto-updated.

Last update: 2024-04-29 01:32:49 UTC


README

68747470733a2f2f6173736574732e63617374656c6e756f766f2e6465762f6c6f676f2e737667

castelnuovo/laravel-env

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Encrypt and decrypt environment files in Laravel

Installation

You can install the package via composer:

composer require castelnuovo/laravel-env

Usage

# 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

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.