MicroFrameWork/kernel/modules/post/manifest.json
2024-10-25 16:36:48 +03:00

12 lines
323 B
JSON

{
"name": "Post",
"version": "0.2",
"author": "ITGuild",
"slug": "post",
"description": "Post module",
"module_class": "kernel\\modules\\post\\PostModule",
"module_class_file": "{KERNEL_MODULES}/post/PostModule.php",
"routs": "routs/post.php",
"migration_path": "migrations",
"dependence": "user,menu"
}