laravel-env-manager maintained by ashokdevatwal
Description
Manage .env file from GUI with authentication
Author
Last update
2025/02/28 19:28
(dev-main)
License
Downloads
3
Tags
Laravel Env Manager
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.