creativestyle / content-constructor-admin-extension
v1.0.0
2018-06-12 17:33 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0.0|~7.1.0
- creativestyle/content-constructor: ~1.0.0
- creativestyle/content-constructor-asset-extension: ~1.0.0
- creativestyle/frontend-extension: ~1.0.0
- magento/framework: ^101.0.0
- magento/module-cms: ^102.0.0
This package is auto-updated.
Last update: 2019-02-20 19:59:01 UTC
README
将仓库添加到 composer.json 中
"repositories": [
{
"type": "vcs",
"url": "ssh://git@gitlab.creativestyle.pl/m2c/content-constructor-admin-extension.git"
}
]
将包添加到 require 部分
"require": {
"creativestyle/content-constructor-admin-extension": "dev-master@dev"
}
使用 composer 安装
使用 CLI 启用模块
bin/magento module:enable Creativestyle_ContentConstructorAdminExtension
bin/magento setup:upgrade