MicroFrameWork/kernel/templates/manifests/manifest_template
2024-12-12 14:06:25 +03:00

11 lines
307 B
Plaintext

{
"name": "{name}",
"version": "0.1",
"author": "{author}",
"slug": "{slug}",
"description": "{name} module",
"module_class": "app\\modules\\{slug}\\{model}Module",
"module_class_file": "{APP}/modules/{slug}/{model}Module.php",
"routs": "routs/{slug}.php",
"migration_path": "migrations"
}