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

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

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.