glugox/core

Magento 2 component home.


Licenses
OSL-3.0/AFL-3.0

Documentation

core

Magento 2 development home.

#install

In your project's composer.json file under 'require' add:
"glugox/core": "*"

Under 'repositories' add this repo so the composer can get these files:
{ "type": "vcs", "url": "https://github.com/glugox/core" }

At the time of writing this, you will probably have to change the minimum stabillity to dev:
"minimum-stability": "dev"

At the end simply run:
composer update