glugox/core

Magento 2 组件主页。

维护者

详细信息

github.com/glugox/core

源代码

问题

安装: 4

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

类型:magento2-module

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

This package is not auto-updated.

Last update: 2024-09-20 20:16:08 UTC


README

Magento 2 开发主页。

#安装

在您的项目的 composer.json 文件中 'require' 部分,添加以下内容:
"glugox/core": "*"

在 'repositories' 部分,添加以下仓库以便 composer 可以获取这些文件:
{ "type": "vcs", "url": "https://github.com/glugox/core" }

在编写此文档时,您可能需要将最小稳定性改为 dev
"minimum-stability": "dev"

最后,简单地运行
composer update