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

1.0.1 2019-05-16 14:25 UTC

This package is auto-updated.

Last update: 2024-04-10 05:19:30 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.