2017 © Pedro Peláez
 

magento2-theme m2-composer-boilerplate

A starter Boilerplate for Magento 2

image

mrluisamador/m2-composer-boilerplate

A starter Boilerplate for Magento 2

  • Tuesday, May 16, 2017
  • by mrluisamador
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

M2-Composer-Boilerplate

In the root Magento folder, run this command, (*1)

composer require mrluisamador/m2-composer-boilerplate dev-master

You will be asked to authenticate yourself to connect to Magento:, (*2)

Get your authentication keys, (*3)

Once that is done the base theme will be installed and located in the vendor folder at:, (*4)

vendor/your_package/m2-composer-boilerplate

Notes:

Although the Magento documentation will display examples in the app/design/frontend/ folder, this all proves to work the same with the base theme being in the vendor directory because of the registration.php., (*5)

Follow the same direction as the Magento documentation. The only difference is the location of the theme., (*6)

For Instruction on how to use the theme, Please read the wiki page.

Base theme instructions, (*7)

The Versions

16/05 2017

dev-master

9999999-dev

A starter Boilerplate for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0
  • magento/theme-frontend-blank ~100.0
  • magento/framework ~100.0