ashokdevatwal/laravel-env-manager

Manage .env file from GUI with authentication

dev-main 2025-02-28 18:28 UTC

This package is auto-updated.

Last update: 2025-06-15 17:41: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.