jxlwqq / env-manager
Laravel-admin 的环境管理器
0.1.0
2018-10-26 10:29 UTC
Requires
- php: >=7.0.0
- encore/laravel-admin: ~1.6
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-09-13 22:48:43 UTC
README
截图
需求
- laravel-admin >= 1.6
安装
composer require jxlwqq/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)。