Initial Commit

This commit is contained in:
Daeng Deni Mardaeni
2024-08-07 10:08:55 +07:00
commit a29e840bae
27 changed files with 473 additions and 0 deletions

61
module.json Normal file
View File

@@ -0,0 +1,61 @@
{
"name": "Location",
"alias": "location",
"database": "",
"description": "",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\Location\\Providers\\LocationServiceProvider"
],
"files": [],
"menu": {
"main": [],
"master": [
{
"title": "Locations",
"path": "",
"icon": "ki-filled ki-map text-lg",
"classes": "",
"attributes": [],
"permission": "",
"roles": [],
"sub": [
{
"title": "Provinces",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Cities",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Districts",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
},
{
"title": "Villages",
"path": "",
"classes": "",
"attributes": [],
"permission": "",
"roles": []
}
]
}
],
"system": []
}
}