magentosupport / art
Advanced Reporting Troubleshooter
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
This package is auto-updated.
Last update: 2025-06-18 02:41:44 UTC
README
It is Magento module for help troubleshoot problems with Advanced Reporting
Contents
Installation
-
Download the module:
composer require magentosupport/art:dev-master
or sparta version
php74 /usr/bin/composer require magentosupport/art:dev-master
In case of problems with composer installation feel free to install the module commonly by creating Magentosupport folder in app/code folder and clone this repo inside
- Enable the module:
php bin/magento module:enable MagentoSupport_ART
Usage
Run command :
php bin/magento analytics:troubleshoot
##Uninstall
Disable module:
php bin/magento module:disable MagentoSupport_ART
Remove module:
composer remove magentosupport/art