Initial Commit

This commit is contained in:
Daeng Deni Mardaeni
2024-08-07 10:09:17 +07:00
commit c8817567fd
27 changed files with 457 additions and 0 deletions

45
module.json Normal file
View File

@@ -0,0 +1,45 @@
{
"name": "Logs",
"alias": "logs",
"database": "",
"description": "",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\Logs\\Providers\\LogsServiceProvider"
],
"files": [],
"menu": {
"main": [],
"master": [],
"system": [
{
"title": "Logs",
"path": "",
"icon": "ki-filled ki-tablet-text-down text-lg",
"classes": "",
"attributes": [],
"permission": "",
"roles": [],
"sub": [
{
"title": "System Logs",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Audit Logs",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
}
]
}
]
}
}