reliva-technology/open-admin-env-manager
Composer 安装命令:
composer require reliva-technology/open-admin-env-manager
包简介
Env Manager for Laravel Open Admin
关键字:
README 文档
README
This extension is an additional requirement to update env file other than in the current project, so you can point to another env file in the same server.
Requirements
- open-admin >= 1.6
Installation
composer require reliva-technology/open-admin-env-manager
# If you want to add a link entry in the left menu, use the following command to import
php artisan admin:import open-admin-env-manager
Configurations
Add extensions option in your config/admin.php configuration file:
'extensions' => [ 'open-admin-env-manager' => [ // If the value is set to false, this extension will be disabled 'enable' => true ] ]
Usage
Open http://your-host/admin/env-manager
And you can find the .env variables.
License
Licensed under The MIT License (MIT).
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-25