https://github.com/creativestyle/content-constructor-admin-extension
https://github.com/creativestyle/content-constructor-admin-extension
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/creativestyle/content-constructor-admin-extension
- Owner: creativestyle
- License: osl-3.0
- Created: 2018-06-12T16:03:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T17:33:58.000Z (about 8 years ago)
- Last Synced: 2025-11-09T09:34:07.871Z (8 months ago)
- Language: CSS
- Size: 582 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
How to install:
=======
Add repository to composer.json:
```
"repositories": [
{
"type": "vcs",
"url": "ssh://git@gitlab.creativestyle.pl/m2c/content-constructor-admin-extension.git"
}
]
```
Add package to require section:
```
"require": {
"creativestyle/content-constructor-admin-extension": "dev-master@dev"
}
```
Install with composer.
Enable module using CLI:
```
bin/magento module:enable Creativestyle_ContentConstructorAdminExtension
bin/magento setup:upgrade
```