human-element / module-base
Human-Element Base
Installs: 3 302
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 1
Type:magento2-module
Requires
- php: >=7.4
- magento/framework: *
- monolog/monolog: ^2.7
This package is auto-updated.
Last update: 2025-05-18 22:35:50 UTC
README
This module creates a human element menu and admin config section for other human element modules to add to.
Installation
composer require human-element/module-base
Using the Static Logger for debugging
This module contains a static logger that can be used for live debugging without the need for editing DI.
For example this would create a live-debugging.log
file in your /var/log
for your project:
\HumanElement\Base\Model\Logger::log('code hit this path', 'live-debugging.log');