Download the PHP package space48/magento2-environment-configuration without Composer
On this page you can find all versions of the php package space48/magento2-environment-configuration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download space48/magento2-environment-configuration
More information about space48/magento2-environment-configuration
Files in space48/magento2-environment-configuration
Package magento2-environment-configuration
Short Description Console command to set Magento configuration for a specified environment
License MIT
Informations about the package magento2-environment-configuration
Magento 2 Environment Configuration
No frills PHP configuration for Magento 2.
This package is intended mostly for use by developers and your setup may not need it, please consult the Magento 2 documentation https://devdocs.magento.com/guides/v2.3/config-guide/deployment/ before using.
Different environments need different configuration and the words used to describe an environment tends to stay the same across different magento code bases ('production', 'staging', etc..) using these words we can store these values in the code and set them with a single command either during a deployment or when setting up a project for the first time.
Please note that the configuration values to be stored and consumed by this module are for convenience and shouldn't be used for handling passwords, keys or anything of a sensitive nature. If you need to store such things, either do it manually or use env.php
or an environment variable.
Installation
Usage
Day to day usage simply means running the command:
When setting up the package or adding new config values edit or create a file at app/etc/environment-configuration.php
that looks like this:
Contributing
If you find bugs, raise an issue or write a test, you can run the tests with a composer script: