mizir / developer-configuration-in-production-mode
N/A
Maintainers
Details
github.com/Zuablitsev-Mikhail/magento2-developer-configuration-in-production-mode
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
This package is auto-updated.
Last update: 2025-08-26 04:42:07 UTC
README
Developer Configuration in Production Mode
A custom Magento 2 module that restores developer-oriented configuration settings even when the store is running in production mode.
Normally, Magento restricts certain developer features for performance and security reasons in production.
This module allows developers to temporarily re-enable specific settings without switching the whole store to developer mode.
Features
- Restores developer settings in production environments.
- Useful for debugging and testing on staging/live-like environments.
- Avoids constant switching between developer and production modes.
- Lightweight and safe — only targeted developer configurations are restored.
Restored Configuration (by default)
- Template Hints (
dev/debug/template_hints
) - Template Hints in Admin (
dev/debug/template_hints_admin
) - Inline Translation (
dev/translate_inline/active
) - Static Asset Signing (
dev/static/sign
) - Developer Logging / Profiler options (
dev/debug/debug_logging
,dev/debug/profiler
)
Installation
- Require the module via Composer:
composer require mizir/developer-configuration-in-production-mode
Usage
Once installed, the module will restore developer-related configuration settings automatically in production mode.
You can check applied values in the admin panel under: Stores → Configuration → Advanced → Developer