option CRUD

This commit is contained in:
2024-09-23 15:33:48 +03:00
parent f4971f1c7d
commit 0f05bc2391
35 changed files with 737 additions and 147 deletions

View File

@ -0,0 +1,10 @@
{
"name": "Option",
"version": "0.1",
"author": "ITGuild",
"slug": "option",
"description": "Option module",
"module_class": "kernel\\modules\\option\\OptionModule",
"module_class_file": "{KERNEL_MODULES}/option/OptionModule.php",
"routs": "routs/option.php"
}