justbetter/dotenv
Composer 安装命令:
composer require justbetter/dotenv
包简介
Module to overwrite and set environment variables
README 文档
README
Adds support for .env configuration files to Magento 2. Variables in the .env file are used to fill in app/etc/env.php variables. This file can be added to source control when using this package. I think having more than one environment file is weird.
Credits
Credits to this package which inspired me to make this package.
Installation
composer require justbetter/dotenv- Copy the
.env.exampleexample file toapp/etc/.env, or..envand fill in your environment variables. - Replace the
env.phpwith this one and commit it to source control. bin/magento setup:upgrade
Extending the environments
You can override specific environments with the APP_ENV variable in the dot env filename. example. Copy the file to app/etc/ and modify for any specified environment.
You can also load additional .env files by defining them in LOAD_BEFORE (allowing the values in these files to be overridden) or LOAD_AFTER (allowing the values in these files to override all others) with your extra .env files you would like to load.
Disabled the writer to env.php
Because of the Writer class of magento 2 the env.php get rewrited every time. I disabled this functionality because the env.php file is not static. The cache types are not reset every time when you run bin/magento setup:upgrade.
Compatibility
The module is tested on Magento version 2.4.x
Ideas, bugs or suggestions?
Please create a issue or a pull request.
About us
We’re a innovative development agency from The Netherlands building awesome websites, webshops and web applications with Laravel and Magento. Check out our website justbetter.nl and our open source projects.
License
justbetter/dotenv 适用场景与选型建议
justbetter/dotenv 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 14.31k 次下载、GitHub Stars 达 7, 最近一次更新时间为 2020 年 09 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 justbetter/dotenv 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 justbetter/dotenv 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 14.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2020-09-04
