liuhelong / laravel-admin-env-manager
Laravel-admin 环境管理器
1.3
2020-10-16 09:57 UTC
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-09-16 18:35:25 UTC
README
屏幕截图
要求
- 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
变量。
更多资源
许可证
在 The MIT License (MIT) 下授权。