2024-09-12 16:01:04 +03:00
|
|
|
{
|
|
|
|
"name": "Post",
|
|
|
|
"version": "0.1",
|
|
|
|
"author": "ITGuild",
|
|
|
|
"slug": "post",
|
|
|
|
"description": "Post module",
|
2024-09-23 12:50:50 +03:00
|
|
|
"module_class": "kernel\\modules\\post\\PostModule",
|
|
|
|
"module_class_file": "{KERNEL_MODULES}/post/PostModule.php",
|
|
|
|
"routs": "routs/post.php",
|
2024-10-10 16:45:53 +03:00
|
|
|
"migration_path": "migrations",
|
2024-10-11 15:44:15 +03:00
|
|
|
"dependence": "user,menu"
|
2024-09-12 16:01:04 +03:00
|
|
|
}
|