https://github.com/alaa-almaliki/magento2-firephp
Magento FirePHP
https://github.com/alaa-almaliki/magento2-firephp
firephp magento2 magento2-module
Last synced: about 1 month ago
JSON representation
Magento FirePHP
- Host: GitHub
- URL: https://github.com/alaa-almaliki/magento2-firephp
- Owner: alaa-almaliki
- License: mit
- Archived: true
- Created: 2018-11-15T20:51:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T01:51:44.000Z (almost 5 years ago)
- Last Synced: 2025-11-10T11:24:08.453Z (3 months ago)
- Topics: firephp, magento2, magento2-module
- Language: PHP
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Fire PHP Module
A simple module for sending debug data to the browser console.
**Installation**
```
composer require alaa/magento2-firephp
```
and then enable the module
**How to use**
To use the module, a fire php browser plugin need to be installed
[FirePHP](https://chrome.google.com/webstore/detail/firephp-official/ikfbpappjhegehjflebknjbhdocbgkdi/related?hl=en)
```
consoleLog(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