justbetter/magento2-env-config-import

Magento 2 环境配置导入

1.0.5 2024-04-23 08:58 UTC

README

此 Magento 2 模块使您能够将环境变量导入 Magento 配置

安装

  • composer require justbetter/magento2-env-config-import
  • bin/magento module:enable JustBetter_EnvConfigImport
  • bin/magento setup:upgrade
  • bin/magento setup:di:compile
  • bin/magento setup:static-content:deploy

为防止出现异常 配置文件已更改.' . ' 运行 "app:config:import" 或 "setup:upgrade" 命令以同步配置。 您可以在 env.php 中添加以下配置。

'deployment' => [
    'blue_green' => [
        'enabled' => true
    ]
]

兼容性

该模块已在 Magento 版本 2.4.x 上进行测试

有想法、错误或建议吗?

请创建一个 问题 或一个 pull request

关于我们

我们是一家来自荷兰的创新开发机构,致力于使用 Laravel 和 Magento 构建出色的网站、网店和 Web 应用程序。请访问我们的网站 justbetter.nl 和我们的 开源项目

许可证

MIT

JustBetter logo