========================================= Homepage: http://www.yireo.com/software/magento-extensions/googletagmanager2
Requirements:
- Magento 2.0.0 Stable
We recommend composer to install this package. See our COMPOSER.md instructions.
If you want a manual copy instead, these are the steps:
- Upload the files in the
source/folder to the folderapp/code/Yireo/GoogleTagManager2of your site - Run
php -f bin/magento module:enable Yireo_GoogleTagManager2 - Run
php -f bin/magento setup:upgrade - Flush the Magento cache
- Configure settings under
Stores > Configuration > Advanced > Yireo GoogleTagManager - Done
This extension ships with PHPUnit tests. The generic PHPUnit configuration in Magento 2 will pick up on these tests. To only
test Yireo extensions, copy the file phpunit.xml.yireo to your Magento folder dev/tests/unit. Next, from within that folder run PHPUnit. For instance:
phpunit -c phpunit.yireo.xml