定制 reliva-technology/open-admin-env-manager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-25