psck module

This commit is contained in:
2024-10-09 15:12:30 +03:00
parent 77933cdd9e
commit fa2676ddb2
32 changed files with 36 additions and 924 deletions

View File

@ -4,8 +4,9 @@
"author": "ITGuild",
"slug": "tag",
"description": "Tags module",
"module_path": "{APP}/modules/{slug}",
"app_module_path": "{APP}/modules/{slug}",
"kernel_module_path": "{KERNEL_APP_MODULES}/{slug}",
"module_class": "app\\modules\\tag\\TagModule",
"module_class_file": "{APP}/modules/tag/TagModule.php",
"routs": "routs/tag.php"
}
}