liuhelong/laravel-admin-env-manager

Laravel-admin 环境管理器

1.3 2020-10-16 09:57 UTC

This package is auto-updated.

Last update: 2024-09-16 18:35:25 UTC


README

屏幕截图

screenshot

要求

  • laravel-admin >= 1.6

安装

composer require liuhelong/laravel-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 env-manager

配置

在您的 config/admin.php 配置文件中添加 extensions 选项

'extensions' => [
    'env-manager' => [
        // If the value is set to false, this extension will be disabled
        'enable' => true
    ]
]

使用方法

打开 http://your-host/admin/env-manager

您可以在那里找到 .env 变量。

更多资源

出色的 Laravel-admin

许可证

The MIT License (MIT) 下授权。