Начало разработки
parents
Showing
.gitignore
0 → 100644
Module.php
0 → 100644
README.md
0 → 100644
assets/Asset.php
0 → 100644
assets/icons/shop.png
0 → 100644

1.58 KB
composer.json
0 → 100644
{ | ||
"name": "skeeks/cms-module-shop", | ||
"description": "Модуль интернет магазин SkeekS cms", | ||
"keywords": ["module", "cms", "skeeks", "sx", "app", "yii2", "catalog", "shop"], | ||
"homepage": "http://www.skeeks.com/", | ||
"type": "yii2-extension", | ||
"license": "BSD-3-Clause", | ||
"support": { | ||
"issues": "http://www.skeeks.com/", | ||
"wiki": "http://git.skeeks.com/skeeks/cms-module-shop/tree/master/docs/guide-ru", | ||
"wiki-cms": "http://git.skeeks.com/skeeks/cms/tree/master/docs/guide-ru", | ||
"source": "http://git.skeeks.com/skeeks/cms-module-shop" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Semenov Alexander", | ||
"email": "semenov@skeeks.com" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"require": { | ||
"skeeks/cms": "*", | ||
"skeeks/cms-module-catalog": "*", | ||
"skeeks/cms-module-money": "*" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"skeeks\\modules\\cms\\shop\\": "" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
config/admin/menu.php
0 → 100644
config/main-console.php
0 → 100644
config/main.php
0 → 100644
Please
register
or
sign in
to comment