Skip to content

augustash/magento2-module-facebookpixel

Repository files navigation

Augustash_FacebookPixel

Overview:

Module that adds FaceBook Pixel to header.

Installation

Composer

$ composer require augustash/module-facebookpixel

Uninstall

After all dependent modules have also been disabled or uninstalled, you can finally remove this module:

bin/magento module:disable --clear-static-content Augustash_FacebookPixel
rm -rf app/code/Augustash/FacebookPixel/
composer remove augustash/module-facebookpixel
bin/magento setup:upgrade
bin/magento cache:flush

Structure

Typical file structure for a Magento 2 module.