Initial Commit

This commit is contained in:
Daeng Deni Mardaeni
2024-08-07 10:08:42 +07:00
commit 62bcf3caa7
27 changed files with 425 additions and 0 deletions

13
module.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "Authentication",
"alias": "authentication",
"database": "",
"description": "",
"keywords": [],
"priority": 0,
"providers": [
"Modules\\Authentication\\Providers\\AuthenticationServiceProvider"
],
"files": [],
"menu": {}
}