ashokdevatwal/laravel-env-manager
Composer 安装命令:
composer require ashokdevatwal/laravel-env-manager
包简介
Manage .env file from GUI with authentication
README 文档
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.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-28