module shop client

This commit is contained in:
2024-10-29 14:53:52 +03:00
parent 8eae977357
commit 9d243b5b35
11 changed files with 844 additions and 3 deletions

View File

@ -0,0 +1,12 @@
{
"name": "Module shop client",
"version": "0.1",
"author": "ITGuild",
"slug": "module_shop_client",
"description": "Module shop client module",
"module_class": "kernel\\modules\\module_shop_client\\ModuleShopClientModule",
"module_class_file": "{KERNEL_MODULES}/module_shop_client/ModuleShopClientModule.php",
"routs": "routs/module_shop_client.php",
"migration_path": "migrations",
"dependence": "menu"
}