-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
executable file
·30 lines (30 loc) · 966 Bytes
/
module.json
File metadata and controls
executable file
·30 lines (30 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Auth",
"alias": "auth",
"description": "Auth Module for Phoenix CMS v1",
"authors": [
{ "name": "xLink (Dan Aldridge)", "email": "xLink@cybershade.org" }
],
"keywords": [
"core-module"
],
"version": "v1.0.0",
"active": 1,
"order": 1,
"providers": [
"Cms\\Modules\\Auth\\Providers\\CustomLockServiceProvider",
"Cms\\Modules\\Auth\\Providers\\AuthModuleServiceProvider",
"Cms\\Modules\\Auth\\Providers\\AuthEventsProvider",
"Cms\\Modules\\Auth\\Providers\\AuthRoutingProvider",
"Cms\\Modules\\Auth\\Providers\\AuthServicesProvider"
],
"aliases": {
"Lock": "BeatSwitch\\Lock\\Integrations\\Laravel\\Facades\\Lock",
"LockManager": "BeatSwitch\\Lock\\Integrations\\Laravel\\Facades\\LockManager",
"Recaptcha": "Greggilbert\\Recaptcha\\Facades\\Recaptcha"
},
"files": [
"start.php",
"helpers.php"
]
}