justbetter/magento2-env-config-import
最新稳定版本:1.0.5
Composer 安装命令:
composer require justbetter/magento2-env-config-import
包简介
Magento 2 Environment Config Import
README 文档
README
This Magento 2 module makes it possible to import ENV variables into the Magento configuration
Installation
composer require justbetter/magento2-env-config-importbin/magento module:enable JustBetter_EnvConfigImportbin/magento setup:upgradebin/magento setup:di:compilebin/magento setup:static-content:deploy
To prevent the exception The configuration file has changed.' . ' Run the "app:config:import" or the "setup:upgrade" command to synchronize the configuration. you can add the following configuration to the env.php.
'deployment' => [
'blue_green' => [
'enabled' => true
]
]
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
统计信息
- 总下载量: 3.16k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-03
