glugox/core

Magento 2 component home.

Maintainers

Package info

github.com/glugox/core

Issues

Type:magento2-module

pkg:composer/glugox/core

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-07 02:57:36 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