hohayo/laravel-env-helpers

Extra artisan commands for stechstudio/laravel-env-security: env:edit & env:get

1.0.0 2025-08-14 13:57 UTC

This package is auto-updated.

Last update: 2025-08-14 13:57:41 UTC


README

Extra artisan commands for stechstudio/laravel-env-security:

  • env:edit → Edit encrypted .env file like Rails credentials:edit
  • env:get → Get a value from encrypted .env without manually decrypting

Installation

composer require hohayo/laravel-env-helpers

Usage

php artisan env:edit
php artisan env:edit --env=production

php artisan env:get DB_PASSWORD
php artisan env:get DB_PASSWORD --env=production