ho/magento2-debug-by-ho

Magento Fire PHP

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:magento2-module

1.0.5 2022-04-25 16:24 UTC

This package is auto-updated.

Last update: 2025-05-25 23:11:51 UTC


README

image

Magento 2 Fire PHP Module

A simple module for sending debug data to the browser console.

Installation

composer require ho/magento2-debug-by-ho

and then enable the module

How to use

To use the module, a fire php browser plugin need to be installed FirePHP

hoLog(string $message, array $context);

Just use the method with message and data array and they will be logged into the browser console.

By default, the method will not work on production mode unless intentionally enabled from the admin panel.

License

MIT

With BACK END

hoLogBE($data);