Download the PHP package hidro/module-debug-template without Composer
On this page you can find all versions of the php package hidro/module-debug-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hidro/module-debug-template
More information about hidro/module-debug-template
Files in hidro/module-debug-template
Download hidro/module-debug-template
More information about hidro/module-debug-template
Files in hidro/module-debug-template
Vendor hidro
Package module-debug-template
Short Description Adding log for template issue (*.phtml), Because Magento skip the error from *.phtml on production mode
License GPL-3.0
Package module-debug-template
Short Description Adding log for template issue (*.phtml), Because Magento skip the error from *.phtml on production mode
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package module-debug-template
Magento 2 Template Debugger.
- 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
All versions of module-debug-template with dependencies
PHP Build Version
Package Version
The package hidro/module-debug-template contains the following files
Loading the files please wait ....