phlpdtrt / dev-config
N/A
Installs: 1 049
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0
- magento/framework: 100.1.*
This package is auto-updated.
Last update: 2024-11-10 06:38:43 UTC
README
Installation
composer require phlpdtrt/dev-config
Configuration
there is nothing to configure
Usage
simply call the console command phlpdtrt:dev-config:set followed by the config path and the new value. You can set any value for any config path as long the path starts with "dev".
bin/magento phlpdtrt:dev-config:set dev/static/sign 1
this command for instance activates the "sign static files" feature.