justbetter / magento2-env-config-import
Magento 2 Environment Config Import
Installs: 473
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=8.2
- magento/framework: *
- magento/module-config: ^101.2
Requires (Dev)
- bitexpert/phpstan-magento: ^0.30.1
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2024-10-28 12:39:21 UTC
README
This Magento 2 module makes it possible to import ENV variables into the Magento configuration
Installation
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
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.