ashokdevatwal / laravel-env-manager
Manage .env file from GUI with authentication
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ashokdevatwal/laravel-env-manager
Requires
- php: >=7.4
- laravel/framework: ^8.0|^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2025-10-15 18:33:53 UTC
README
This package allows you to manage your .env file from a GUI.
Installation
composer require ashokdevatwal/laravel-env-manager
Configuration
php artisan vendor:publish --tag=config
Add the following to your .env file:
ENV_MANAGER_ENABLED=true ENV_MANAGER_USERNAME=admin ENV_MANAGER_PASSWORD=securepassword
Usage
Visit /env-manager in your browser and log in using Basic Auth credentials.