Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 597 Bytes

INSTALL.md

File metadata and controls

31 lines (22 loc) · 597 Bytes

🧪 Google Tag Manager Installation Guide

  1. Navigate to your Magento project root folder:
cd /path/to/magento
  1. Run the following commands:
composer require acid-unit/module-google-tag-manager
bin/magento module:enable AcidUnit_GoogleTagManager
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush

🔎 Verification

After installation, ensure the module is properly enabled by running:

bin/magento module:status | grep GoogleTagManager

If installed correctly, you should see:

AcidUnit_GoogleTagManager