glugox/core

Magento 2 component home.

Maintainers

Details

github.com/glugox/core

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:magento2-module

dev-master 2016-05-27 11:38 UTC

This package is not auto-updated.

Last update: 2024-04-19 18:11:00 UTC


README

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