la_bot_back/app/modules/card/manifest.json

11 lines
288 B
JSON
Raw Normal View History

2025-01-03 02:11:09 +03:00
{
"name": "Card",
"version": "0.1",
"author": "ITGuild",
"slug": "card",
"description": "Card module",
"module_class": "app\\modules\\card\\CardModule",
"module_class_file": "{APP}/modules/card/CardModule.php",
"routs": "routs/card.php",
"migration_path": "migrations"
}