Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 946 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 946 Bytes

StudioForty9 Canonical Module

This module will add canonical tags to the homepage, cms & contact us page.

1. Installation

1.1. Composer

In your composer file you would add the following:

 {
     "repositories": [
         {
             "type": "composer",
             "url": "http://packages.firegento.com"
         },
         {
             "url": "https://github.com/colinmurphy/studioforty9-canonical.git",
             "type": "git"
         }
     ],
     "require": {
         "magento-hackathon/magento-composer-installer": "*",
         "colinmurphy/studioforty9-canonical": "dev-master"
     },
     "extra": {
        "magento-deploystrategy": "copy",
        "magento-force": true,
        "magento-root-dir": "./"
     }
 }

1.2. Modman

modman init
modman clone [email protected]:colinmurphy/studioforty9-canonical.git