Looking to hire Laravel developers? Try LaraJobs

laravel-env-manager maintained by ashokdevatwal

Description
Manage .env file from GUI with authentication
Last update
2025/02/28 19:28 (dev-main)
License
Links
Downloads
3

Comments
comments powered by Disqus

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.