hidro/module-debug-template
Composer 安装命令:
composer require hidro/module-debug-template
包简介
Adding log for template issue (*.phtml), Because Magento skip the error from *.phtml on production mode
README 文档
README
- Save phtml error to log file.
Description
Adding log for template issue (*.phtml), Because Magento skip the error from *.phtml on production mode. Sometime, you got a page with missing a block_html or HTML is broken without error log (exception.log, system.log, php_error.log ...) This module support to bring the error to template_engine_exception.log
- Main Functionalities
- Saving phtml error to logs file. template_engine_exception.log
Installation
Type 1: Zip file
- Unzip the zip file in
app/code/Hidro - Enable the module by running
php bin/magento module:enable Hidro_DebugTemplate - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- public repository
packagist.org - public github repository as vcs
- public repository
- Install the module composer by running
composer require hidro/module-debug-template - enable the module by running
php bin/magento module:enable Hidro_DebugTemplate - apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2022-05-20