dedermus / env-manager
Laravel open-admin-core 的 Env Manager
2.0.2
2024-09-05 08:39 UTC
Requires
- php: ^8.2
- dedermus/open-admin-core: ^v2.0
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2024-10-03 09:03:26 UTC
README
截图
需求
- open-admin >= 2.0.1
安装
composer require dedermus/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
变量。
更多资源
许可证
在 MIT 许可证 (MIT) 下许可。